Skip to content

Commit

Permalink
Merge pull request facebook#1477 from KyleAMathews/patch-1
Browse files Browse the repository at this point in the history
Typo in Flux example readme
  • Loading branch information
zpao committed May 2, 2014
2 parents fa154e6 + 72b830e commit 0dd8f55
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 0dd8f55

Please sign in to comment.