Skip to content

Commit c22055c

Browse files
author
Orta Therox
authored
Merge pull request #1936 from nihaals/fix-baseurl-typo
Fix typo in baseUrl docs
2 parents 372eed4 + f8b0faf commit c22055c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ import { helloWorld } from "hello/world";
2323
console.log(helloWorld);
2424
```
2525

26-
If you get tired of imports always looking like `"../"` or `"./"`. Or needing
27-
to change as you move files, this is a great way to fix that.
26+
If you get tired of imports always looking like `"../"` or `"./"`, or needing
27+
to change them as you move files, this is a great way to fix that.

0 commit comments

Comments
 (0)