Contributing: cleanup quote style

The line above it recommends `'` over `"`, and yet the line in question uses `"`.
This commit is contained in:
Denis Sokolov 2015-02-20 12:06:33 +02:00
parent 531add88c4
commit ae3e85d9e4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
* Commas last,
* 2 spaces for indentation (no tabs)
* Prefer `'` over `"`
* `"use strict";`
* `'use strict';`
* 80 character line length
* "Attractive"
* Do not use the optional parameters of `setTimeout` and `setInterval`