浏览代码

docs: Update README.md (#1623)

Yordan Gospodinov 5 年之前
父节点
当前提交
5898e58629
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/README.md

+ 1 - 1
docs/README.md

@@ -35,7 +35,7 @@ It is a self-contained app with the following parts:
 - The **view**, a declarative mapping of the **state**;
 - The **view**, a declarative mapping of the **state**;
 - The **actions**, the possible ways the state could change in reaction to user inputs from the **view**.
 - The **actions**, the possible ways the state could change in reaction to user inputs from the **view**.
 
 
-This is an simple representation of the concept of "one-way data flow":
+This is a simple representation of the concept of "one-way data flow":
 
 
 <p style="text-align: center; margin: 2em">
 <p style="text-align: center; margin: 2em">
   <img style="width:100%;max-width:450px;" src="/flow.png">
   <img style="width:100%;max-width:450px;" src="/flow.png">