Skip to content

Commit 7a64daf

Browse files
jbruniktsn
authored andcommitted
small typo fix in docs/en/modules.md (vuejs#530)
1 parent dfe3f3f commit 7a64daf

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
@@ -83,7 +83,7 @@ const moduleA = {
8383

8484
By default, actions, mutations and getters inside modules are still registered under the **global namespace** - this allows multiple modules to react to the same mutation/action type.
8585

86-
If you want your modules to be more self-contained or resuable, you can mark it as namespaced with `namespaced: true`. When the module is registered, all of its getters, actions and mutations will be automatically namespaced based on the path the module is registered at. For example:
86+
If you want your modules to be more self-contained or reusable, you can mark it as namespaced with `namespaced: true`. When the module is registered, all of its getters, actions and mutations will be automatically namespaced based on the path the module is registered at. For example:
8787

8888
``` js
8989
const store = new Vuex.Store({

0 commit comments

Comments
 (0)