From ae3e85d9e410f37f0bf17e684edc15ae1d89bc30 Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Fri, 20 Feb 2015 12:06:33 +0200 Subject: [PATCH] Contributing: cleanup quote style The line above it recommends `'` over `"`, and yet the line in question uses `"`. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a048ebfb81..76541a4577 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`