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`