Browse Source

Revert "Update modules.md (#534)"

This reverts commit 19250d44d4d7a9bb848e4f06d4476ed423842d9c.
ktsn 8 years ago
parent
commit
5e145b3a2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/en/modules.md

+ 1 - 1
docs/en/modules.md

@@ -109,7 +109,7 @@ const store = new Vuex.Store({
         myPage: {
         myPage: {
           state: { ... },
           state: { ... },
           getters: {
           getters: {
-            profile () { ... } // -> getters['account/myPage/profile']
+            profile () { ... } // -> getters['account/profile']
           }
           }
         },
         },