Skip to content

Commit 5600325

Browse files
aduh95legendecasatlowChemi
authored
Apply suggestions from code review
Co-authored-by: Chengzhong Wu <[email protected]> Co-authored-by: Chemi Atlow <[email protected]>
1 parent 327af5a commit 5600325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/module.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ added: REPLACEME
360360
361361
> Stability: 1 - Experimental
362362
363-
* `specifier` {string|URL} Customization hooks to be registered; this should be
363+
* `specifier` {string|URL} Module to resolve and load; this should be
364364
the same string that would be passed to `import()`, except that if it is
365365
relative, it is resolved relative to `parentURL`.
366366
* `parentURL` {string|URL} If you want to resolve `specifier` relative to a base
@@ -373,11 +373,11 @@ added: REPLACEME
373373
* `format` {string} The format this module will be parsed as.
374374
* `source` {null|TypedArray}
375375
376-
This API tells you how a specific URL will be loaded by the ECMAScript loader if
376+
This API tells you how a specific URL will be loaded by the module loader if
377377
it was imported from the `parentURL` in the current process. If the module was
378378
already imported before `resolveLoadAndCache` is called, the cached version is
379379
returned; if not, it will populate the cache so future calls to
380-
`resolveLoadAndCache` or `import` do re-do the work.
380+
`resolveLoadAndCache` or `import` do not re-do the work.
381381
382382
383383
## `module.stripTypeScriptTypes(code[, options])`

0 commit comments

Comments
 (0)