From 94b5973c208994ae72ce8c7a86d2ab80ab905d8b Mon Sep 17 00:00:00 2001 From: Thomas Broadley Date: Fri, 15 Dec 2017 20:41:14 -0500 Subject: [PATCH] Fix typos --- .github/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8d7e7d1baa..d111096213 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,7 +5,7 @@ For more, check out the Mocha Gitter chat room: https://gitter.im/mochajs/mocha ### Prerequisites * [ ] Checked that your issue isn't already filed by cross referencing [issues with the `common mistake` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Acommon-mistake%20) * [ ] Checked next-gen ES issues and syntax problems by using the same environment and/or transpiler configuration without Mocha to ensure it isn't just a feature that actually isn't supported in the environment in question or a bug in your code. @@ -22,7 +22,7 @@ Place an `x` between the square brackets on the lines below for every satisified **Expected behavior:** [What you expect to happen]