diff --git a/docs/TypeScript.md b/docs/TypeScript.md index 312f156ced..c1f91fecd2 100755 --- a/docs/TypeScript.md +++ b/docs/TypeScript.md @@ -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/*": ["*"] diff --git a/packages/typescript/install.md b/packages/typescript/install.md index 07bfff3ca3..3de9660cff 100644 --- a/packages/typescript/install.md +++ b/packages/typescript/install.md @@ -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/*": ["*"]