From 478bba0adeabe51f0d0aaff3144d2b5d01c4798e Mon Sep 17 00:00:00 2001 From: Brian Ng Date: Sun, 16 Oct 2016 23:20:24 -0500 Subject: [PATCH] Fix few typos in issue/pr templates (#4739) [skip ci] --- .github/ISSUE_TEMPLATE.md | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 56f4dc80da..3bdbe759bf 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -9,7 +9,7 @@ If you have a support request or question please submit them to one of this reso * Also have a look at the Readme for more information on how to get support: https://github.com/babel/babel/blob/master/README.md -Issues on github are only related to problems of babel itself and we cannot answer +Issues on GitHub are only related to problems of babel itself and we cannot answer support questions here. --> @@ -22,7 +22,7 @@ support questions here. var your => (code) => here; ``` -### Babel Configuration (.bablerc, package.json, cli command) +### Babel Configuration (.babelrc, package.json, cli command) ```js diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e349b70bab..4d7a1e8be3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@