Skip to content

Commit 31d75f2

Browse files
yu521088BethGriggs
authored andcommitted
doc: fix typos in esm.md
PR-URL: #41499 Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Adrian Estrada <[email protected]>
1 parent cb4dbc1 commit 31d75f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ _internal_, _conditions_)
13981398
> 1. Set _scopeURL_ to the parent URL of _scopeURL_.
13991399
> 2. If _scopeURL_ ends in a _"node\_modules"_ path segment, return **null**.
14001400
> 3. Let _pjsonURL_ be the resolution of _"package.json"_ within
1401-
> _packageURL_.
1401+
> _scopeURL_.
14021402
> 4. if the file at _pjsonURL_ exists, then
14031403
> 1. Return _scopeURL_.
14041404
> 3. Return **null**.

0 commit comments

Comments
 (0)