typo fix "this" -> "these" in vuex.md

This commit is contained in:
Jake Burden 2019-09-09 23:03:55 +00:00
parent c51c57d0c6
commit 366f9bc7d7
1 changed files with 1 additions and 1 deletions

View File

@ -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