From e68d9c4be0be9d1195d20dfaac5398dee251da72 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Date: Fri, 7 Jun 2019 13:04:30 -0400 Subject: [PATCH] minor typo --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 3c5ea191f..dcda2368d 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":