summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Burden <jburden@gitlab.com>2019-09-09 23:03:55 +0000
committerJake Burden <jburden@gitlab.com>2019-09-09 23:03:55 +0000
commit366f9bc7d7bcebe34d41db279f5c8941190f63c3 (patch)
tree1af42c90d3d261a33e41836ac686047719f727d8
parentc51c57d0c65da6164e3e904c9b330db86b8d7bbc (diff)
downloadgitlab-ce-366f9bc7d7bcebe34d41db279f5c8941190f63c3.tar.gz
typo fix "this" -> "these" in vuex.md
-rw-r--r--doc/development/fe_guide/vuex.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/vuex.md b/doc/development/fe_guide/vuex.md
index 557d3132d71..336ef4ab278 100644
--- a/doc/development/fe_guide/vuex.md
+++ b/doc/development/fe_guide/vuex.md
@@ -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