Skip to content

Commit bae7d5b

Browse files
Minor futzing to test-plan.md
1 parent 139f8b3 commit bae7d5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ commit message an explanation why tests aren’t needed for the change.
1313
Typically, both the PR for a spec update and the PR for the associated tests will be merged
1414
around the same time. If the spec PR is approved but the tests PR needs more work, add the
1515
[`needs tests`](https://w3c.github.io/spec-labels.html) label to the spec PR. Or if the
16-
tests PR is approved but the spec PR hasn’t yet been approved, add the
16+
tests PR is approved but the spec PR hasn’t yet been OK’ed, add the
1717
[`status:needs-spec-decision`](https://github.com/w3c/web-platform-tests/issues?utf8=%E2%9C%93&q=label%3Astatus%3Aneeds-spec-decision%20)
1818
label to the tests PR.
1919

2020
Note that a test change which doesn’t conform to the current spec source on the `master`
2121
branch should not be merged before the corresponding spec change is merged to `master`.
2222

23-
If testing a particular change isn’t practical due to web-platforms-tests limitations,
23+
If testing a particular spec change isn’t practical due to web-platforms-tests limitations,
2424
explain why in the spec-PR commit message, file a
25-
[web-platform-tests issue](https://github.com/w3c/web-platform-tests/issues)
25+
[wpt issue](https://github.com/w3c/web-platform-tests/issues)
2626
describing the limitation, and add the
2727
[`type:untestable`](https://github.com/w3c/web-platform-tests/issues?utf8=%E2%9C%93&q=label%3Atype%3Auntestable%20)
2828
label to the issue.

0 commit comments

Comments
 (0)