Skip to content

Commit

Permalink
load -> import
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 23, 2020
1 parent e9d213e commit afd33a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ For example, a package that wants to provide different ES module exports for
Node.js supports the following conditions out of the box:

* `"import"` - matched when the package is loaded via `import` or
`import()`, or via any top-level load or resolve operation by the
`import()`, or via any top-level import or resolve operation by the
ECMAScript module loader. Applies regardless of the module format of the
target file. _Always mutually exclusive with `"require"`._
* `"require"` - matched when the package is loaded via `require()`.
Expand Down

0 comments on commit afd33a7

Please sign in to comment.