Skip to content

Commit 72107ac

Browse files
Alex-Sokolovposva
authored andcommitted
Fix typos (#736)
* Fix typos * Update api.md
1 parent 0b41cf9 commit 72107ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ const store = new Vuex.Store({ ...options })
5252

5353
```
5454
state, // will be module local state if defined in a module.
55-
getters, // same as store.getters
55+
getters // same as store.getters
5656
```
5757

5858
Specific when defined in a module
5959

6060
```
6161
state, // will be module local state if defined in a module.
6262
getters, // module local getters of the current module
63-
rootState // global state
63+
rootState, // global state
6464
rootGetters // all getters
6565
```
6666

0 commit comments

Comments
 (0)