From b9c645d4c3ac9aacdbef46d09283a853779f85ec Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Mon, 27 Feb 2017 23:27:30 +0100 Subject: [PATCH] Fix typo in contribution information MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor subject/verb agreement (use plural “pull request**s**” to agree with verb form) --- docs/_docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/contributing.md b/docs/_docs/contributing.md index 724c6641..b0b85e0f 100644 --- a/docs/_docs/contributing.md +++ b/docs/_docs/contributing.md @@ -32,7 +32,7 @@ Whether you're a developer, a designer, or just a Jekyll devotee, there are lots * The more information, the better. Make judicious use of the pull request body. Describe what changes were made, why you made them, and what impact they will have for users. -* Pull request are easy and fun. If this is your first pull request, it may help to [understand GitHub Flow](https://guides.github.com/introduction/flow/). +* Pull requests are easy and fun. If this is your first pull request, it may help to [understand GitHub Flow](https://guides.github.com/introduction/flow/). * If you're submitting a code contribution, be sure to read the [code contributions](#code-contributions) section below.