From 206fcccc43c6a3a4008513ed1bf13003d05eef3f Mon Sep 17 00:00:00 2001 From: Yu Date: Thu, 13 Jan 2022 19:57:56 +0800 Subject: [PATCH] doc: fix typos in esm.md --- doc/api/esm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/esm.md b/doc/api/esm.md index 8c3716df74029c..9720828cad5e87 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -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**.