Skip to content

Commit 686b83e

Browse files
authored
docs(concepts): fix typo in module resolution (#6044)
1 parent 91098f3 commit 686b83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/module-resolution.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import '../src/file1';
4343
import './file2';
4444
```
4545

46-
In this case, the directory of the resource file where the `import` or `require` occurs is taken to be the context directory. The relative path specified in the `import/require` is joined to this context path to produce the absolute path to the module.
46+
In this case, the directory of the source file where the `import` or `require` occurs is taken to be the context directory. The relative path specified in the `import/require` is joined to this context path to produce the absolute path to the module.
4747

4848
### Module paths
4949

0 commit comments

Comments
 (0)