mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user