From 366f9bc7d7bcebe34d41db279f5c8941190f63c3 Mon Sep 17 00:00:00 2001 From: Jake Burden Date: Mon, 9 Sep 2019 23:03:55 +0000 Subject: [PATCH] typo fix "this" -> "these" in vuex.md --- doc/development/fe_guide/vuex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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