Skip to content

Commit 585509e

Browse files
authored
fix: typo (#40)
1 parent ef5c33d commit 585509e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add the following to your `.eslintrc` config:
6464
"import/resolver": {
6565
// use <root>/tsconfig.json
6666
"typescript": {
67-
"alwaysTryTypes": true // always try to resolve types under `<roo/>@types` directory even it doesn't contain any source code, like `@types/unist`
67+
"alwaysTryTypes": true // always try to resolve types under `<root>@types` directory even it doesn't contain any source code, like `@types/unist`
6868
},
6969

7070
// use <root>/path/to/folder/tsconfig.json

0 commit comments

Comments
 (0)