From 4d33285d90ec0587c3517f2a8339cd830f68372b Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Fri, 12 Oct 2018 12:23:50 -0500 Subject: [PATCH] Fix a typo in the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4e1ff1a0e6..b609295a71 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ - [ ] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [ ] My pull request has a descriptive title (not a vague title like `Update index.md`) - [ ] My pull request targets the `master` branch of freeCodeCamp. -- [ ] None of my changes are plagiarized from another source without proper attirbution. +- [ ] None of my changes are plagiarized from another source without proper attribution. - [ ] My article does not contain shortened URLs or affiliate links. If your pull request addresses a currently open issue, replace the XXXXX below with that issue number.