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

Skip to content

Commit dfb4fd6

Browse files
domoritzbradzacher
authored andcommitted
docs(typescript-estree): correct typo (typescript-eslint#995)
1 parent 19abbe0 commit dfb4fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript-estree/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Please check the current list of open and known issues and ensure the issue has
136136

137137
A couple of years after work on this parser began, the TypeScript Team at Microsoft began [officially supporting TypeScript parsing via Babel](https://blogs.msdn.microsoft.com/typescript/2018/08/27/typescript-and-babel-7/).
138138

139-
I work closely with TypeScript Team and we are gradually aliging the AST of this project with the one produced by Babel's parser. To that end, I have created a full test harness to compare the ASTs of the two projects which runs on every PR, please see the code for more details.
139+
I work closely with the TypeScript Team and we are gradually aliging the AST of this project with the one produced by Babel's parser. To that end, I have created a full test harness to compare the ASTs of the two projects which runs on every PR, please see the code for more details.
140140

141141
## Build/Test Commands
142142

0 commit comments

Comments
 (0)