commit 0236cdc619f0f3cbd5059cb6588b18669a0ebf5b
parent 5e535af75fc6541b10acb865f966c8797461058d
Author: Ben Alpert <spicyjalapeno@gmail.com>
Date: Wed, 24 Sep 2014 11:28:21 -0700
Merge pull request #107 from dbieber/patch-2
Update CONTRIBUTING.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@@ -66,7 +66,7 @@ The Jasmine tests should be run after every change, even the addition of small
symbols. However, [Travis](https://travis-ci.org/Khan/KaTeX/) will run these
tests when you submit a pull request, in case you forget.
-If you make any changes to Parser.js, add jasmine tests to ensure they work.
+If you make any changes to Parser.js, add Jasmine tests to ensure they work.
#### Huxley tests