From d1e9d22dcc8a2d8965b91bb9f3246c34623e0d38 Mon Sep 17 00:00:00 2001 From: Mat Harden Date: Thu, 30 Nov 2017 14:24:41 +0000 Subject: [PATCH] Correct typo in 'prettier' comment --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 7506dbe..590c751 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -5,7 +5,7 @@ module.exports = { // The only thing we want ESLint to do is yell at us if we accidentally use ES2015+. // This is because we don't want/need to use Babel in this project. // We specifically DO NOT want ESLint to try to enforce a style guide on us. - // We user prettier for that. + // We use prettier for that. extends: ['prettier'], plugins: ['es5'] };