Commit 638752b8 authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-76' into 'master'

documentation grammar fix "this" -> "these" in vuex.md

See merge request gitlab-org/gitlab-ce!32847
parents ffa5328c 366f9bc7
...@@ -13,7 +13,7 @@ _Note:_ The action itself will not update the state, only a mutation should upda ...@@ -13,7 +13,7 @@ _Note:_ The action itself will not update the state, only a mutation should upda
## File structure ## 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 └── store
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment