Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-07-16 08:53:18 +0300
committerRich Trott <rtrott@gmail.com>2020-07-19 00:41:24 +0300
commit0c81cadec6aa92985819a76827f28cfe8e656a8e (patch)
treead8e95872b4622f46dbf2f2391d5b6eea5471026 /doc/api/errors.md
parent7a447bcd54f5e153d14da377963541349d7bda09 (diff)
doc: strengthen suggestion in errors.md
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 <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 2f7968031d7..db3ea5af4be 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2123,7 +2123,7 @@ signal (such as [`subprocess.kill()`][]).
<a id="ERR_UNSUPPORTED_DIR_IMPORT"></a>
### `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.