diff --git a/docs/README.md b/docs/README.md index e6012ac77..54d17dc7a 100644 --- a/docs/README.md +++ b/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":