Jelajahi Sumber

docs: Update README.md (#1623)

Yordan Gospodinov 5 tahun lalu
induk
melakukan
5898e58629
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 **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">
   <img style="width:100%;max-width:450px;" src="/flow.png">