diff --git a/README.md b/README.md index 25a3056e2..c815acc1f 100644 --- a/README.md +++ b/README.md @@ -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