Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-03-08 19:02:17 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-03-08 19:02:17 +0300
commitc58dc4c974db636d6e673c1d2e8d0b0710f7e8fe (patch)
tree019326f2edf8615e12ea6815e09adde890c399ee /doc
parentc29c0b30c32cf9167283e182c15c7ec5ab66bee0 (diff)
Rename VUE JS to Vue
Diffstat (limited to 'doc')
-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