Skip to content

Commit 0c81cad

Browse files
committed
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 7a447bc commit 0c81cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@ signal (such as [`subprocess.kill()`][]).
21232123
<a id="ERR_UNSUPPORTED_DIR_IMPORT"></a>
21242124
### `ERR_UNSUPPORTED_DIR_IMPORT`
21252125

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

0 commit comments

Comments
 (0)