Skip to content

Commit 8645e57

Browse files
authored
README.md: typo fix (#970)
Signed-off-by: Steffen Pankratz <[email protected]>
1 parent 33fa5c6 commit 8645e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Run the linter with:
7575
./node_modules/.bin/tslint -c tslint.json
7676
```
7777

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

8080
```bash
8181
./node_modules/.bin/tslint -p tsconfig.json -c tslint.json

0 commit comments

Comments
 (0)