diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2017-08-09 16:43:06 -0400 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-08-09 16:43:06 -0400 |
commit | 0d76565ed837061bff44bfcdf7cdefeb842cf9f2 (patch) | |
tree | 2509b3148fb29be1e43f3eb0e40a54c4fc6ef7f3 | |
parent | 7a8a8ec12335419c6d423b852ce92c1ed7759166 (diff) | |
download | gitlab-ce-0d76565ed837061bff44bfcdf7cdefeb842cf9f2.tar.gz |
[ci-skip]
-rw-r--r-- | doc/development/fe_guide/style_guide_js.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/style_guide_js.md b/doc/development/fe_guide/style_guide_js.md index 6a660ff1788..fcd6d184697 100644 --- a/doc/development/fe_guide/style_guide_js.md +++ b/doc/development/fe_guide/style_guide_js.md @@ -523,7 +523,7 @@ The goal of this accord is to make sure we are all on the same page. 1. You may choose to use VueX as a centralized state management. If you choose not to use VueX, you must use the *store pattern* which can be found in the [Vue.js documentation](https://vuejs.org/v2/guide/state-management.html#Simple-State-Management-from-Scratch). -1. Once you chose a centralized state management solution you must use it for your entire application. i.e. Don't mix and match your state management solutions. +1. Once you have chosen a centralized state management solution you must use it for your entire application. i.e. Don't mix and match your state management solutions. ## SCSS - [SCSS](style_guide_scss.md) |