From a675c89573836adaf108a932696b061946abf1e6 Mon Sep 17 00:00:00 2001 From: MarvinJWendt Date: Fri, 23 Nov 2018 04:47:19 +0100 Subject: [PATCH] Docs: (Grammar) "the setup" -> "to set up" (#11117) Source: http://www.future-perfect.co.uk/grammar-tip/is-it-setup-set-up-or-set-up/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 572cd8a07af..65ee43400d7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you want to include ESLint as part of your project's build system, we recomme $ npm install eslint --save-dev ``` -You should then setup a configuration file: +You should then set up a configuration file: ``` $ ./node_modules/.bin/eslint --init @@ -60,7 +60,7 @@ If you want to make ESLint available to tools that run across all of your projec $ npm install -g eslint ``` -You should then setup a configuration file: +You should then set up a configuration file: ``` $ eslint --init