Skip to content

Commit 7510342

Browse files
authored
Update part3d.md
Explicitly state the "notes" project
1 parent d13e9bd commit 7510342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ In compiled statically typed languages like Java, IDEs like NetBeans can point o
210210

211211
In the JavaScript universe, the current leading tool for static analysis aka. "linting" is [ESlint](https://eslint.org/).
212212

213-
Let's install ESlint as a development dependency to the backend project with the command:
213+
Let's install ESlint as a development dependency to the notes backend project with the command:
214214

215215
```bash
216216
npm install eslint --save-dev

0 commit comments

Comments
 (0)