From 5c7319f880bb7a3eb38b03422d6a72cedee843db Mon Sep 17 00:00:00 2001 From: Vicky Yue Date: Wed, 2 Oct 2019 10:37:40 -0700 Subject: [PATCH] grammar fix (lines 37-41) (#36958) * grammar fix (lines 37-41) * Removed comma before 'and' Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> --- docs/how-to-setup-freecodecamp-locally.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index ad95ae97fe..195e31b819 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -34,11 +34,11 @@ Once you have the prerequisites installed, you need to prepare your development 3. Install a code editor of your choice. - We highly recommend using [VS Code](https://code.visualstudio.com/) or [Atom](https://atom.io/). These are great free and open source code editors. + We highly recommend using [VS Code](https://code.visualstudio.com/) or [Atom](https://atom.io/). These are great, free and open source code editors. -4. Setup linting for your code editor. +4. Set up linting for your code editor. - You should have [ESLint running in your editor](http://eslint.org/docs/user-guide/integrations.html), and it will highlight anything doesn't conform to [freeCodeCamp's JavaScript Style Guide](http://forum.freecodecamp.org/t/free-code-camp-javascript-style-guide/19121). + You should have [ESLint running in your editor](http://eslint.org/docs/user-guide/integrations.html), and it will highlight anything that doesn't conform to [freeCodeCamp's JavaScript Style Guide](http://forum.freecodecamp.org/t/free-code-camp-javascript-style-guide/19121). > Please do not ignore any linting errors. They are meant to **help** you and to ensure a clean and simple code base.