Skip to content

Commit 37026d7

Browse files
adamrhunterSimek
andauthored
fix typo (#2232)
* fix typo fixes typo in "Using Custom Path Aliases with TypeScript" section (configure -> configuring) * sentence rewrite Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
1 parent a8f97e6 commit 37026d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ To use custom path aliases with TypeScript, you need to set the path aliases to
194194
}
195195
```
196196

197-
2. Configure the Babel side done by adding a new dependency, [`babel-plugin-module-resolver`][bpmr]:
197+
2. Add [`babel-plugin-module-resolver`][bpmr] as a development package to your project:
198198

199199
```sh
200200
yarn add --dev babel-plugin-module-resolver

0 commit comments

Comments
 (0)