Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-09-10 03:15:51 +0300
committerStan Hu <stanhu@gmail.com>2019-09-10 03:15:51 +0300
commit638752b8a4f14a2979f2c3e39061c7dcf66961d0 (patch)
tree280a826b38e1fdcd793550a219a80479e0a6f5a8
parentffa5328c39f195d3253e586569fc2474d3aa6860 (diff)
parent366f9bc7d7bcebe34d41db279f5c8941190f63c3 (diff)
Merge branch 'patch-76' into 'master'
documentation grammar fix "this" -> "these" in vuex.md See merge request gitlab-org/gitlab-ce!32847
-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