summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Falgout <paul@otterball.com>2016-01-19 16:21:50 -0600
committerLon Ingram <lawnsea@gmail.com>2016-11-11 12:01:16 -0600
commit1379e8f50c63d78d1faff29134eeecc756971b2d (patch)
tree07746525e7ca02b63c7e6219b030247e2c8807d0
parent6272c150740e9d47e135643a75a2d1ace23add9e (diff)
downloadhandlebars.js-1379e8f50c63d78d1faff29134eeecc756971b2d.zip
handlebars.js-1379e8f50c63d78d1faff29134eeecc756971b2d.tar.gz
handlebars.js-1379e8f50c63d78d1faff29134eeecc756971b2d.tar.bz2
Contributing doc fix: failing thats -> failing tests
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d77d107..1ea2466 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,7 @@ Please see our [FAQ](https://github.com/wycats/handlebars.js/blob/master/FAQ.md)
Should you run into other issues with the project, please don't hesitate to let us know by filing an [issue][issue]! In general we are going to ask for an example of the problem failing, which can be as simple as a jsfiddle/jsbin/etc. We've put together a jsfiddle [template][jsfiddle] to ease this. (We will keep this link up to date as new releases occur, so feel free to check back here)
-Pull requests containing only failing thats demonstrating the issue are welcomed and this also helps ensure that your issue won't regress in the future once it's fixed.
+Pull requests containing only failing tests demonstrating the issue are welcomed and this also helps ensure that your issue won't regress in the future once it's fixed.
Documentation issues on the handlebarsjs.com site should be reported on [handlebars-site](https://github.com/wycats/handlebars-site).