Skip to content

Commit

Permalink
docs: rename typo 'vanillia' to 'vanilla'
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko authored and alexeagle committed May 12, 2020
1 parent 7dd9ec3 commit 9428fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/TypeScript.md
Expand Up @@ -355,7 +355,7 @@ import {thing} from 'myworkspace/place';
will import from `/place.ts`.


Since this is an extension to the vanillia TypeScript compiler, editors which use the TypeScript language services to provide code completion and inline type checking will not be able to resolve the modules. In the above example, adding
Since this is an extension to the vanilla TypeScript compiler, editors which use the TypeScript language services to provide code completion and inline type checking will not be able to resolve the modules. In the above example, adding
```json
"paths": {
"myworkspace/*": ["*"]
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/install.md
Expand Up @@ -332,7 +332,7 @@ import {thing} from 'myworkspace/place';
will import from `/place.ts`.


Since this is an extension to the vanillia TypeScript compiler, editors which use the TypeScript language services to provide code completion and inline type checking will not be able to resolve the modules. In the above example, adding
Since this is an extension to the vanilla TypeScript compiler, editors which use the TypeScript language services to provide code completion and inline type checking will not be able to resolve the modules. In the above example, adding
```json
"paths": {
"myworkspace/*": ["*"]
Expand Down

0 comments on commit 9428fc4

Please sign in to comment.