From 3d939ef566456d6a5609bcba48643b14177a77fe Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Fri, 2 Dec 2022 13:23:29 -0500 Subject: [PATCH] Fix typo in CONTRIBUTING.md (#3743) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ba4146766..92b3924937 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -227,7 +227,7 @@ Some tests require the use of language features that are not directly described #### locale `locale: [list]` -Some tests require the use of one or more specific human languages as exposed by [ECMA402](https://tc39.es/ecma402/) as a means to verify semantics which cannot be observed in the abstract. Sch tests must declare their requirements by using this key to define an array of one or more valid language tags or subtags. +Some tests require the use of one or more specific human languages as exposed by [ECMA402](https://tc39.es/ecma402/) as a means to verify semantics which cannot be observed in the abstract. Such tests must declare their requirements by using this key to define an array of one or more valid language tags or subtags. #### es5id `es5id: [es5-test-id]`