Skip to content

Commit fa06fed

Browse files
committed
Update 00_introduction.js
1 parent 1d52baf commit fa06fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00_introduction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
// very quickly. This is because every View can watch every Model and every Model can watch other Models so
7575
// basically data can arrive from a lot of places and be changed by a lot of sources (any views or any models).
7676

77-
// Whereas when using Flux and its unidirectional data flow. The example above could become:
77+
// Whereas when using Flux and its unidirectional data flow the example above could become:
7878
// 1) user click on button "A"
7979
// 2) a handler on button "A" triggers an action that is dispatched and produces a change on store "A"
8080
// 3) since all other stores are also notified about the action, Store B can react to the same action too

0 commit comments

Comments
 (0)