We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d52baf commit fa06fedCopy full SHA for fa06fed
00_introduction.js
@@ -74,7 +74,7 @@
74
// very quickly. This is because every View can watch every Model and every Model can watch other Models so
75
// basically data can arrive from a lot of places and be changed by a lot of sources (any views or any models).
76
77
-// Whereas when using Flux and its unidirectional data flow. The example above could become:
+// Whereas when using Flux and its unidirectional data flow the example above could become:
78
// 1) user click on button "A"
79
// 2) a handler on button "A" triggers an action that is dispatched and produces a change on store "A"
80
// 3) since all other stores are also notified about the action, Store B can react to the same action too
0 commit comments