Skip to content

Commit f189f5b

Browse files
author
Orta Therox
authored
Merge pull request #2236 from MajesticString/patch-1
Fix grammatical error.
2 parents 8d6d9b0 + 3974d93 commit f189f5b

File tree

1 file changed

+1
-1
lines changed
  • packages/tsconfig-reference/copy/en/options

1 file changed

+1
-1
lines changed

packages/tsconfig-reference/copy/en/options/paths.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ display: "Paths"
33
oneline: "Specify a set of entries that re-map imports to additional lookup locations."
44
---
55

6-
A series of entries which re-map imports to lookup locations relative to the [`baseUrl`](#baseUrl), there is a larger coverage of `paths` in [the handbook](/docs/handbook/module-resolution.html#path-mapping).
6+
A series of entries which re-map imports to lookup locations relative to the [`baseUrl`](#baseUrl). There is a larger coverage of `paths` in [the handbook](/docs/handbook/module-resolution.html#path-mapping).
77

88
`paths` lets you declare how TypeScript should resolve an import in your `require`/`import`s.
99

0 commit comments

Comments
 (0)