Skip to content

Commit

Permalink
doc: fix typos in esm.md
Browse files Browse the repository at this point in the history
PR-URL: #41499
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
  • Loading branch information
yu521088 committed Jan 17, 2022
1 parent 8cba65f commit f458f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/esm.md
Expand Up @@ -1399,7 +1399,7 @@ _internal_, _conditions_)
> 1. Set _scopeURL_ to the parent URL of _scopeURL_.
> 2. If _scopeURL_ ends in a _"node\_modules"_ path segment, return **null**.
> 3. Let _pjsonURL_ be the resolution of _"package.json"_ within
> _packageURL_.
> _scopeURL_.
> 4. if the file at _pjsonURL_ exists, then
> 1. Return _scopeURL_.
> 3. Return **null**.
Expand Down

0 comments on commit f458f1b

Please sign in to comment.