From e88960d1f4bfc9e8fc15aa4e5e42241e24f01e33 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 2 Apr 2020 00:27:41 -0400 Subject: [PATCH] doc: esm spec bug PR-URL: https://github.com/nodejs/node/pull/32610 Reviewed-By: Geoffrey Booth --- 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 8114aa6914f1b1..3b2d859b190ea6 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -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"_.