Commit ec5c12ce authored by Bryce Johnson's avatar Bryce Johnson

Fix markdown errors.

parent 2c9ee1bb
...@@ -319,7 +319,7 @@ the file extension. Examples of unsupported JavaScript features are: ...@@ -319,7 +319,7 @@ the file extension. Examples of unsupported JavaScript features are:
- Generators - Generators
- Array destructuring - Array destructuring
- For Of - For Of
- Symbol/Symbol.iterator] - Symbol/Symbol.iterator
- Spread - Spread
Until these are polyfilled or transpiled appropriately, they should not be used. Until these are polyfilled or transpiled appropriately, they should not be used.
...@@ -355,7 +355,7 @@ end ...@@ -355,7 +355,7 @@ end
``` ```
In Spinach, the JavaScript driver is enabled differently. In the `*.feature` 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 @javascript
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment