aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGorkem Yakin <goyakin@microsoft.com>2016-01-29 09:29:09 -0800
committerGorkem Yakin <goyakin@microsoft.com>2016-01-29 09:29:09 -0800
commitfbad34959ffedb02c5b8c040e0f992a6fc006f36 (patch)
tree2a433e5683ba5c81d197608fe42f53bd7ffab079 /CONTRIBUTING.md
parentcb754d2450d682afc25c6d263cb2a7ff17862a7d (diff)
Replace "id" with "ID"
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d65a593d5..e4c53ba7f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,9 +93,9 @@ This tag identifies the section number from the portion of the ECMAScript 6 stan
#### id
**id**: [spec-id]
-This tag identifies the hash id from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `id: sec-typedarray-length`. This tag might be used to replace a `es6id` or further.
+This tag identifies the hash ID from the portion of the ECMAScript draft which is most recent to the date the test was added. It represents the anchors on the generated HTML version of the specs. E.g.: `id: sec-typedarray-length`. This tag might be used to replace a `es6id` or further.
-When writing a new test for a Stage 3+ spec not yet published on the draft, the `pending` value can be used while a hash id is not available.
+When writing a new test for a Stage 3+ spec not yet published on the draft, the `pending` value can be used while a hash ID is not available.
#### includes
**includes**: [file-list]