diff --git a/src/content/concepts/module-resolution.mdx b/src/content/concepts/module-resolution.mdx index 705a95d68b35..3f879934b6e9 100644 --- a/src/content/concepts/module-resolution.mdx +++ b/src/content/concepts/module-resolution.mdx @@ -43,7 +43,7 @@ import '../src/file1'; import './file2'; ``` -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. +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. ### Module paths