Skip to content

Commit

Permalink
doc: esm spec bug
Browse files Browse the repository at this point in the history
PR-URL: #32610
Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com>
  • Loading branch information
MylesBorins committed Apr 3, 2020
1 parent 155a6c3 commit e88960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/esm.md
Expand Up @@ -1663,7 +1663,7 @@ The resolver can throw the following errors:
**ESM_FORMAT**(_url_)
> 1. Assert: _url_ corresponds to an existing file pathname.
> 1. Assert: _url_ corresponds to an existing file.
> 1. Let _pjson_ be the result of **READ_PACKAGE_SCOPE**(_url_).
> 1. If _url_ ends in _".mjs"_, then
> 1. Return _"module"_.
Expand Down

0 comments on commit e88960d

Please sign in to comment.