Skip to content

Commit

Permalink
docs(concepts): fix typo in module resolution (#6044)
Browse files Browse the repository at this point in the history
  • Loading branch information
xp44mm authored Apr 24, 2022
1 parent 91098f3 commit 686b83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/concepts/module-resolution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

1 comment on commit 686b83e

@vercel
Copy link

@vercel vercel bot commented on 686b83e Apr 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.