typo fix "this" -> "these" in vuex.md
This commit is contained in:
parent
c51c57d0c6
commit
366f9bc7d7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ _Note:_ The action itself will not update the state, only a mutation should upda
|
|||
|
||||
## File structure
|
||||
|
||||
When using Vuex at GitLab, separate this concerns into different files to improve readability:
|
||||
When using Vuex at GitLab, separate these concerns into different files to improve readability:
|
||||
|
||||
```
|
||||
└── store
|
||||
|
|
Loading…
Reference in a new issue