summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-12-21 15:11:22 +0000
committerBryce Johnson <bryce@gitlab.com>2016-12-21 15:11:22 +0000
commitec5c12ce77b5e354e2fd43d6a46438af6c3fb098 (patch)
tree63c440b6e9a67ffe86ebe2ec8a182ef4a676bb33
parent2c9ee1bb42255be818e6e13be19cb7897f2ca7fd (diff)
downloadgitlab-ce-patch-9.tar.gz
Fix markdown errors.patch-9
-rw-r--r--doc/development/frontend.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/frontend.md b/doc/development/frontend.md
index 5922f15adac..f79bd23dc90 100644
--- a/doc/development/frontend.md
+++ b/doc/development/frontend.md
@@ -319,7 +319,7 @@ the file extension. Examples of unsupported JavaScript features are:
- Generators
- Array destructuring
- For Of
-- Symbol/Symbol.iterator]
+- Symbol/Symbol.iterator
- Spread
Until these are polyfilled or transpiled appropriately, they should not be used.
@@ -355,7 +355,7 @@ end
```
In Spinach, the JavaScript driver is enabled differently. In the `*.feature`
-file for the failing spec, add the @javascript flag above the Scenario:
+file for the failing spec, add the `@javascript` flag above the Scenario:
```
@javascript