Skip to content

Commit

Permalink
README.md: typo fix (#970)
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Pankratz <kratz00@gmx.de>
  • Loading branch information
kratz00 committed Aug 14, 2020
1 parent 33fa5c6 commit 8645e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Run the linter with:
./node_modules/.bin/tslint -c tslint.json
```

TSLint will now complain that there are rules which require type checking. In order to fix this, use thw `-p` config option:
TSLint will now complain that there are rules which require type checking. In order to fix this, use the `-p` config option:

```bash
./node_modules/.bin/tslint -p tsconfig.json -c tslint.json
Expand Down

0 comments on commit 8645e57

Please sign in to comment.