wangjingchao %!s(int64=8) %!d(string=hai) anos
pai
achega
2a67103a1f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/en/modules.md

+ 1 - 1
docs/en/modules.md

@@ -34,7 +34,7 @@ store.state.b // -> moduleB's state
 Inside a module's mutations and getters, The first argument received will be **the module's local state** instead of root state:
 
 ``` js
-cosnt moduleA = {
+const moduleA = {
   state: { count: 0 },
   mutations: {
     increment: (state, rootState) {