From 372921924778f2e525535985e17c97b988546210 Mon Sep 17 00:00:00 2001 From: klkhan Date: Tue, 1 Sep 2020 01:45:48 +0500 Subject: [PATCH] Docs: Update Step 1 of Development Environment documentation --- docs/developer-guide/development-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-guide/development-environment.md b/docs/developer-guide/development-environment.md index a93e1efbc24..d7750790ad0 100644 --- a/docs/developer-guide/development-environment.md +++ b/docs/developer-guide/development-environment.md @@ -6,7 +6,7 @@ ESLint has a very lightweight development environment that makes updating code f Go to to download and install the latest stable version for your operating system. -Most of the installers come with [npm](https://www.npmjs.com/) already installed, but if for some reason it doesn't work on your system, you can install it manually using the instructions on the site. +Most of the installers already come with [npm](https://www.npmjs.com/) but if for some reason npm doesn't work on your system, you can install it manually using the instructions on the site. ## Step 2: Fork and checkout your own ESLint repository