Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed May 2, 2014
1 parent fa154e6 commit 72b830e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todomvc-flux/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Control is inverted with ___stores___: the stores accept updates and reconcile t
Data in a Flux application flows in a single direction, in a cycle:

<pre>
Views ---> (actions) ----> Dispatcher ---> (registerd callback) ---> Stores --------+
Views ---> (actions) ----> Dispatcher ---> (registered callback) ---> Stores --------+
Ʌ |
| V
+-- (Controller-Views "change" event handlers) ---- (Stores emit "change" events) --+
Expand Down

0 comments on commit 72b830e

Please sign in to comment.