Skip to content

Commit 50fd2b9

Browse files
TrottMylesBorins
authored andcommitted
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: #34390 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 77542a4 commit 50fd2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2067,7 +2067,7 @@ signal (such as [`subprocess.kill()`][]).
20672067
<a id="ERR_UNSUPPORTED_DIR_IMPORT"></a>
20682068
### `ERR_UNSUPPORTED_DIR_IMPORT`
20692069

2070-
`import` a directory URL is unsupported. Instead, you can
2070+
`import` a directory URL is unsupported. Instead,
20712071
[self-reference a package using its name][] and [define a custom subpath][] in
20722072
the `"exports"` field of the `package.json` file.
20732073

0 commit comments

Comments
 (0)