File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments