summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAdrian Heine <mail@adrianheine.de>2017-12-28 23:03:56 +0100
committerRick Waldron <waldron.rick@gmail.com>2018-01-05 12:10:13 -0500
commit60ecff7c99989f176094f7168f9860c560402eba (patch)
treee4f983ff6e3bc39fab524259036729c55b2d2134 /CONTRIBUTING.md
parent8e7213db383b38ef2d009e471b0da88b82272f47 (diff)
downloadqtdeclarative-testsuites-60ecff7c99989f176094f7168f9860c560402eba.tar.gz
Fix typo
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3182422c2..e2544a070 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -177,7 +177,7 @@ Read the (Test262 Technical Rationale Report)[https://github.com/tc39/test262/wi
**Deprecated.**
-This tag identifies the section number from the portion of the ES6 standard that is tested by this test _at the time the test was written_. The es6ids might not correspond to the correction section numbers in the ES6 (or later) specifcation because routine edits to the specification will change section numbering. For this reason, only the esid is required for new tests.
+This tag identifies the section number from the portion of the ES6 standard that is tested by this test _at the time the test was written_. The es6ids might not correspond to the correction section numbers in the ES6 (or later) specification because routine edits to the specification will change section numbering. For this reason, only the esid is required for new tests.
Read the (Test262 Technical Rationale Report)[https://github.com/tc39/test262/wiki/Test262-Technical-Rationale-Report,-October-2017#specification-reference-ids] for reasoning behind deprecation.