From 5916e1287dd5257a9a3dc5c824f94540ecaf9af0 Mon Sep 17 00:00:00 2001 From: David Bieber Date: Mon, 22 Sep 2014 21:07:11 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9169059c..bc533ab60 100644 --- 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