From dbe16a357bef233accb8d2be6d84e57b39cd9c07 Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 6 Nov 2014 14:50:35 -0800 Subject: [PATCH] Using semicolon instead of "and" conjunction The use of the conjunction "and" leads to an improper assertion about what should/shouldn't be done. Using a semicolon resolves this by indicating the contrasting alternative. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 59dd933aec..05d3ef9753 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ The best way to get your bug fixed is to provide a reduced test case. jsFiddle, ### Security Bugs -Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe disclosure of security bugs. With that in mind, please do not file public issues and go through the process outlined on that page. +Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe disclosure of security bugs. With that in mind, please do not file public issues; go through the process outlined on that page. ## How to Get in Touch