summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-13 09:47:41 +0000
committerBryce Johnson <bryce@gitlab.com>2016-10-13 09:47:41 +0000
commite656389e928671f47fc379ffcf1600b2e9bca7d0 (patch)
tree85e7f85ee80b7b86a51e40e5c4951a964606f1a0
parent1524832f906d9310beb2924ef455f66d2b61d9c1 (diff)
downloadgitlab-ce-patch-6.tar.gz
Fix generic file extension reference in Frontend docs.patch-6
-rw-r--r--doc/development/frontend.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/frontend.md b/doc/development/frontend.md
index 56c8516508e..3071cdaa02c 100644
--- a/doc/development/frontend.md
+++ b/doc/development/frontend.md
@@ -231,6 +231,6 @@ For our currently-supported browsers, see our [requirements][requirements].
If you see very generic JavaScript errors (e.g. `jQuery is undefined`) being thrown in tests, but
can't reproduce them manually, you may have included `ES6`-style JavaScript in files that don't
have the `.js.es6` file extension. Either use ES5-friendly JavaScript or rename the file you're
-working in (`git mv <file>.js> <file.js.es6>`).
+working in (`git mv <file.js> <file.js.es6>`).