summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide/vue.md
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-01-19 12:09:59 +0200
committerVille Skyttä <ville.skytta@iki.fi>2018-01-19 12:09:59 +0200
commit0cbbb08e790260ad936810e0047e03938c001e9b (patch)
tree659eba953a3b578d99c7910a6b4f6c7c951ec53b /doc/development/fe_guide/vue.md
parent6aed49bfcaa1ff11c335c2bfb52a1a93c730a07c (diff)
downloadgitlab-ce-0cbbb08e790260ad936810e0047e03938c001e9b.tar.gz
doc: Spelling fixes
Diffstat (limited to 'doc/development/fe_guide/vue.md')
-rw-r--r--doc/development/fe_guide/vue.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/vue.md b/doc/development/fe_guide/vue.md
index 6e9f18dd1c3..6c93c29124d 100644
--- a/doc/development/fe_guide/vue.md
+++ b/doc/development/fe_guide/vue.md
@@ -456,7 +456,7 @@ describe('Todos App', () => {
});
```
#### `mountComponent` helper
-There is an helper in `spec/javascripts/helpers/vue_mount_component_helper.js` that allows you to mount a component with the given props:
+There is a helper in `spec/javascripts/helpers/vue_mount_component_helper.js` that allows you to mount a component with the given props:
```javascript
import Vue from 'vue';