From 17597a3b0eb6a6107c8e757b526fb6ff95d00ba3 Mon Sep 17 00:00:00 2001 From: Steffen Pankratz Date: Thu, 9 Jul 2020 11:18:24 +0200 Subject: [PATCH] README.md: typo fix 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