Skip to content

Commit fcb4470

Browse files
fix typos
Co-authored-by: Jordan Harband <ljharb@gmail.com>
1 parent 9ea1146 commit fcb4470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ added: v23.2.0
8585
is a package, the package's root `package.json`; when a relative or unresolved, the closest
8686
`package.json` to the `specifier`.
8787
88-
> **Caveat**: Do not use this to try to determine module format. There are many things effecting
88+
> **Caveat**: Do not use this to try to determine module format. There are many things affecting
8989
> that determination; the `type` field of package.json is the _least_ definitive (ex file extension
90-
> superceeds it, and a loader hook superceeds that).
90+
> supercedes it, and a loader hook supercedes that).
9191
9292
> **Caveat**: This currently leverages only the built-in default resolver; if
93-
> [`resolve` customization hooks][resolve hook] are registered, they will not effect the resolution.
93+
> [`resolve` customization hooks][resolve hook] are registered, they will not affect the resolution.
9494
> This may change in the future.
9595
9696
```text

0 commit comments

Comments
 (0)