Skip to content

Commit

Permalink
squash: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson committed May 31, 2017
1 parent ac6cdae commit b18539e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/guides/writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ For performance considerations, we only use a selected subset of ES.Next
features in JavaScript code in the `lib` directory. However, when writing
tests, for the ease of backporting, it is encouraged to use those ES.Next
features that can be used directly without a flag in [all maintained branches]
(https://github.com/nodejs/lts), [node.green](http://node.green) can be used
to check for all available features in each release.
(https://github.com/nodejs/lts). [node.green](http://node.green/) lists
available features in each release.

For example:

Expand Down Expand Up @@ -274,7 +274,7 @@ These imported tests will be wrapped like this:
/* eslint-enable */
```

In order to improve tests that have been imported this way, please send
To improve tests that have been imported this way, please send
a PR to the upstream project first. When the proposed change is merged in
the upstream project, send another PR here to update Node.js accordingly.
Be sure to update the hash in the URL following `WPT Refs:`.
Expand Down

0 comments on commit b18539e

Please sign in to comment.