Skip to content

Commit 50d01f9

Browse files
salvadornicoLinusBorg
authored andcommitted
Fixed typo in linter.md (#1263)
1 parent 073b021 commit 50d01f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/linter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ You can run the following command to let eslint fix any errors it finds (if it c
3131
npm run lint -- --fix
3232
```
3333

34-
*(The `--` in the middle is necessary to ensure the `--fix` option is passdd to `eslint`, not to `npm`. It can be omitted whne using yarn)*
34+
*(The `--` in the middle is necessary to ensure the `--fix` option is passed to `eslint`, not to `npm`. It can be omitted whne using yarn)*
3535

0 commit comments

Comments
 (0)