Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50aa43c

Browse files
svicaliforniabradzacher
authored andcommitted
docs: Fix grammar in README.md (typescript-eslint#619)
Grammar fix.
1 parent 5c40d01 commit 50aa43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For example:
7676
var x: number = 1;
7777
```
7878

79-
This is not valid JavaScript code, because it contains a so called type-annotation. When the TypeScript Compiler parses this code to produce a TypeScript AST, that `: number` syntax will be represented in the tree, and this is simply not something that ESLint can understand without additional help.
79+
This is not valid JavaScript code, because it contains a so-called type annotation. When the TypeScript Compiler parses this code to produce a TypeScript AST, that `: number` syntax will be represented in the tree, and this is simply not something that ESLint can understand without additional help.
8080

8181
However, we can leverage the fact that ESLint has been designed with these use-cases in mind!
8282

0 commit comments

Comments
 (0)