summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-03-08 16:02:17 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-03-08 16:02:17 +0000
commitc58dc4c974db636d6e673c1d2e8d0b0710f7e8fe (patch)
tree019326f2edf8615e12ea6815e09adde890c399ee
parentc29c0b30c32cf9167283e182c15c7ec5ab66bee0 (diff)
downloadgitlab-ce-docs-vue-templates.tar.gz
Rename VUE JS to Vuedocs-vue-templates
-rw-r--r--doc/development/i18n/externalization.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/i18n/externalization.md b/doc/development/i18n/externalization.md
index c0ce49eb40b..856ef882453 100644
--- a/doc/development/i18n/externalization.md
+++ b/doc/development/i18n/externalization.md
@@ -45,7 +45,7 @@ We basically have 4 types of files:
1. Ruby files: basically Models and Controllers.
1. HAML files: these are the view files.
1. ERB files: used for email templates.
-1. JavaScript files: we mostly need to work with VUE JS templates.
+1. JavaScript files: we mostly need to work with Vue templates.
### Ruby files