From 50fd2b9de91d665ddd2e10553e2d63480fe13b24 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 15 Jul 2020 22:53:18 -0700 Subject: [PATCH] doc: strengthen suggestion in errors.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sure, I'm advocating for permitting second-person pronouns in a current PR, but the use in errors.md is superfluous and weakens the sentence. Remove it. PR-URL: https://github.com/nodejs/node/pull/34390 Reviewed-By: Anna Henningsen Reviewed-By: Michaël Zasso Reviewed-By: Juan José Arboleda Reviewed-By: James M Snell Reviewed-By: Tobias Nießen Reviewed-By: Luigi Pinca --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index f9d75a8cf0726f..c152e86d0935f7 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2067,7 +2067,7 @@ signal (such as [`subprocess.kill()`][]). ### `ERR_UNSUPPORTED_DIR_IMPORT` -`import` a directory URL is unsupported. Instead, you can +`import` a directory URL is unsupported. Instead, [self-reference a package using its name][] and [define a custom subpath][] in the `"exports"` field of the `package.json` file.