Skip to content
Snippets Groups Projects
Commit f68488ff authored by Rick Waldron's avatar Rick Waldron
Browse files

Fix typo in INTERPRETING.md

parent e9e928ba
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment