From f68488ffad681e8f9722990f888e1c521ebfd198 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Fri, 5 Jan 2018 15:38:34 -0500 Subject: Fix typo in INTERPRETING.md --- INTERPRETING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INTERPRETING.md') diff --git a/INTERPRETING.md b/INTERPRETING.md index 0a10c7fd2..4f1f630ba 100644 --- a/INTERPRETING.md +++ b/INTERPRETING.md @@ -162,7 +162,7 @@ attribute is a YAML dictonary with two keys: - `phase` - the stage of the test interpretation process that the error is expected to be produced; either "parse" (meaning, "while parsing the source - text"), "early" (meaning, "prior to evaluation"), "resolution" (meaining, + text"), "early" (meaning, "prior to evaluation"), "resolution" (meaning, "during ES2015 module resolution"), or "runtime" (meaning, "during evaluation") - `type` - the name of the constructor of the expected error -- cgit v1.2.1