From 5f6ad7fe0a70c53f8f4205b32a4e8e935bac03af Mon Sep 17 00:00:00 2001 From: Adam Hunter Date: Wed, 30 Sep 2020 16:56:34 -0400 Subject: [PATCH 1/2] fix typo fixes typo in "Using Custom Path Aliases with TypeScript" section (configure -> configuring) --- docs/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/typescript.md b/docs/typescript.md index 229dae4fa63..19e77e8162b 100644 --- a/docs/typescript.md +++ b/docs/typescript.md @@ -194,7 +194,7 @@ To use custom path aliases with TypeScript, you need to set the path aliases to } ``` -2. Configure the Babel side done by adding a new dependency, [`babel-plugin-module-resolver`][bpmr]: +2. Configuring the Babel side done by adding a new dependency, [`babel-plugin-module-resolver`][bpmr]: ```sh yarn add --dev babel-plugin-module-resolver From 4463669b8a7537197748c6a1d407b29ff62f544e Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Thu, 1 Oct 2020 14:49:02 +0200 Subject: [PATCH 2/2] sentence rewrite --- docs/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/typescript.md b/docs/typescript.md index 19e77e8162b..e4b9b91e3d6 100644 --- a/docs/typescript.md +++ b/docs/typescript.md @@ -194,7 +194,7 @@ To use custom path aliases with TypeScript, you need to set the path aliases to } ``` -2. Configuring the Babel side done by adding a new dependency, [`babel-plugin-module-resolver`][bpmr]: +2. Add [`babel-plugin-module-resolver`][bpmr] as a development package to your project: ```sh yarn add --dev babel-plugin-module-resolver