Skip to content

Commit cc15f82

Browse files
m0uneerchrisvfritz
authored andcommitted
Update state-management.md (#635)
1 parent c1d26a9 commit cc15f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/v2/guide/state-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var store = {
4444
},
4545
clearMessageAction () {
4646
this.debug && console.log('clearMessageAction triggered')
47-
this.state.message = 'action B triggered'
47+
this.state.message = 'clearMessageAction triggered'
4848
}
4949
}
5050
```

0 commit comments

Comments
 (0)