From 82525dd803e0cf84f65b487c4dfb1392ed6159ea Mon Sep 17 00:00:00 2001 From: David Svetlecic Date: Tue, 20 Dec 2016 08:06:21 -0600 Subject: [PATCH] Update modules.md --- docs/en/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules.md b/docs/en/modules.md index e559252d5..0dd6574d6 100644 --- a/docs/en/modules.md +++ b/docs/en/modules.md @@ -109,7 +109,7 @@ const store = new Vuex.Store({ myPage: { state: { ... }, getters: { - profile () { ... } // -> getters['account/profile'] + profile () { ... } // -> getters['account/myPage/profile'] } },