Skip to content

Commit 444b1dd

Browse files
authored
fixed typo
1 parent a0ca444 commit 444b1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/03-tools/C-linting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This is a combination of the recommended configs of ESLint and Prettier. This wi
5959
"lint": "eslint",
6060
```
6161

62-
Run `npm run eslint` now and you should see we have a few errors.
62+
Run `npm run lint` now and you should see we have a few errors.
6363

6464
> 🚨 ESLint will have a bunch of errors right now. Ignore them; we'll fix them in a sec.
6565

0 commit comments

Comments
 (0)