We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fa5c6 commit 8645e57Copy full SHA for 8645e57
README.md
@@ -75,7 +75,7 @@ Run the linter with:
75
./node_modules/.bin/tslint -c tslint.json
76
```
77
78
-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:
79
80
```bash
81
./node_modules/.bin/tslint -p tsconfig.json -c tslint.json
0 commit comments