Fix markdown errors.

This commit is contained in:
Bryce Johnson 2016-12-21 15:11:22 +00:00
parent 2c9ee1bb42
commit ec5c12ce77
1 changed files with 2 additions and 2 deletions

View File

@ -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
``` ```
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