From 9428fc47ce7701c3b000435d40c1351491635aa6 Mon Sep 17 00:00:00 2001 From: Wassim Chegham <1699357+manekinekko@users.noreply.github.com> Date: Tue, 12 May 2020 08:00:23 +0000 Subject: [PATCH] docs: rename typo 'vanillia' to 'vanilla' --- docs/TypeScript.md | 2 +- packages/typescript/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/*": ["*"]