From 99204135eff5befe3e151088ce1afba8a36c7225 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 efbf47d6df4b8a..59aa688dc6051e 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2037,7 +2037,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.