summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKevin Decker <kpdecker@gmail.com>2016-01-20 02:05:46 -0600
committerKevin Decker <kpdecker@gmail.com>2016-01-20 02:05:46 -0600
commit4788b031925b7c63120cae49a0b5954ebd0635c3 (patch)
treef63c24a78cb28859e0c09020597ec7ffae74b1b6 /CONTRIBUTING.md
parent89c8b3a886320df9c84f85ec16d0992cb40f50ea (diff)
parent0b8fd1d8a8121a04a9b820c9eaba99e926890620 (diff)
downloadhandlebars.js-4788b031925b7c63120cae49a0b5954ebd0635c3.zip
handlebars.js-4788b031925b7c63120cae49a0b5954ebd0635c3.tar.gz
handlebars.js-4788b031925b7c63120cae49a0b5954ebd0635c3.tar.bz2
Merge pull request #1171 from paulfalgout/patch-1
Contributing doc fix: failing thats -> failing tests
Diffstat (limited to 'CONTRIBUTING.md')
-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).