Skip to content

Commit ae3e85d

Browse files
committed
Contributing: cleanup quote style
The line above it recommends `'` over `"`, and yet the line in question uses `"`.
1 parent 531add8 commit ae3e85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
5656
* Commas last,
5757
* 2 spaces for indentation (no tabs)
5858
* Prefer `'` over `"`
59-
* `"use strict";`
59+
* `'use strict';`
6060
* 80 character line length
6161
* "Attractive"
6262
* Do not use the optional parameters of `setTimeout` and `setInterval`

0 commit comments

Comments
 (0)