From 8645e5712277475526d01e903daeb63151f24b01 Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Sat, 15 Aug 2020 00:41:55 +0200 Subject: [PATCH] README.md: typo fix (#970) Signed-off-by: Steffen Pankratz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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