From 76301a771371fd453dbb071e3cb65ede20cab4c1 Mon Sep 17 00:00:00 2001 From: Brian Donovan Date: Mon, 16 Mar 2015 08:43:45 -0700 Subject: [PATCH] Fix grammar. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe57e3c3c6..a77bfaceab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ $ make test ``` This will usually take around two minutes as it's compiling the entire -[test262](https://github.com/tc39/test262) test suite and validating it's AST. +[test262](https://github.com/tc39/test262) test suite and validating its AST. This is mostly overkill and you can limit the tests to a select few by directly running them with `mocha`: