Skip to content

Commit d265515

Browse files
authored
docs: improve phrasing - "if" → "even if" from getting-started section (#20074)
docs(getting-started): improve phrasing - "if" → "even if"
1 parent 7055764 commit d265515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The three error levels allow you fine-grained control over how ESLint applies ru
9595

9696
## Global Install
9797

98-
It is also possible to install ESLint globally, rather than locally, using `npm install eslint --global`. However, this is not recommended, and any plugins or shareable configs that you use must still be installed locally if you install ESLint globally.
98+
It is also possible to install ESLint globally, rather than locally, using `npm install eslint --global`. However, this is not recommended, and any plugins or shareable configs that you use must still be installed locally even if you install ESLint globally.
9999

100100
## Manual Set Up
101101

0 commit comments

Comments
 (0)