From ed319ed932cf89000f3cdccd7f3b4b81b416f3a1 Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Thu, 7 Mar 2013 15:53:04 +0000 Subject: [PATCH] Update CONTRIBUTING.md Typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b4aa9a0e4..fa32566112 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ We appreciate that. But before you do, please learn our basic rules: * Reporting a bug? Please tell us: * which version of Cucumber you're using * which version of Ruby you're using. - * How to reproduce it. Bugs with a failing test in a [pull requests](https://help.github.com/articles/using-pull-requests) get fixed much quicker. Some bugs may never be fixed. + * How to reproduce it. Bugs with a failing test in a [pull request](https://help.github.com/articles/using-pull-requests) get fixed much quicker. Some bugs may never be fixed. * Want to paste some code or output? Put \`\`\` on a line above and below your code/output. See [GFM](https://help.github.com/articles/github-flavored-markdown)'s *Fenced Code Blocks* for details. * We love [pull requests](https://help.github.com/articles/using-pull-requests). But if you don't have a test to go with it we probably won't merge it.