Skip to content

Commit 2a67103

Browse files
dalphyxktsn
authored andcommitted
typo (#343)
1 parent e67bf5d commit 2a67103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ store.state.b // -> moduleB's state
3434
Inside a module's mutations and getters, The first argument received will be **the module's local state** instead of root state:
3535

3636
``` js
37-
cosnt moduleA = {
37+
const moduleA = {
3838
state: { count: 0 },
3939
mutations: {
4040
increment: (state, rootState) {

0 commit comments

Comments
 (0)