From e5de145510521d803846ca7df4124d7acb6f34f9 Mon Sep 17 00:00:00 2001 From: Ibrahim Jarif Date: Mon, 15 Oct 2018 12:23:59 +0530 Subject: [PATCH] fix typo: Interesting should be Interested. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d875b..58d6f67 100644 --- a/README.md +++ b/README.md @@ -467,7 +467,7 @@ npm run tslint // runs only TSLint ``` Notice that TSLint is not a part of the main watch task. It can be annoying for TSLint to clutter the output window while in the middle of writing a function, so I elected to only run it only during the full build. -If you are interesting in seeing TSLint feedback as soon as possible, I strongly recommend the [TSLint extension in VS Code](). +If you are interested in seeing TSLint feedback as soon as possible, I strongly recommend the [TSLint extension in VS Code](). ### VSCode Extensions