Skip to content

Commit f8211ed

Browse files
christianalfonigitbook-bot
authored andcommitted
GitBook: [master] 4 pages modified
1 parent 40e1a9c commit f8211ed

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const app = new App({
4040
actions: action => ({
4141
changeValue: action()
4242
.map((event) => event.target.value)
43-
.mutation((state, value) => state.value = value)
43+
.mutation((value, state) => state.value = value)
4444
})
4545
})
4646

SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Vue](connect-to-a-view/vue.md)
99
* [Other views](connect-to-a-view/other-views.md)
1010
* [Devtools](devtools.md)
11-
* [Providers](untitled.md)
11+
* [Side effects](untitled.md)
12+
* [Namespacing](namespacing.md)
1213
* [Organizing apps](organizing-apps.md)
1314

namespacing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Namespacing
2+

untitled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Providers
1+
# Side effects
22

0 commit comments

Comments
 (0)