Skip to content

Commit 658c758

Browse files
Trotttargos
authored andcommitted
doc: remove "note that" from cli.md
Refs: nodejs/remark-preset-lint-node#16 PR-URL: #28329 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent cb89b3b commit 658c758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ This flag exists so that the main module can be opted-in to the same behavior
493493
that `--preserve-symlinks` gives to all other imports; they are separate flags,
494494
however, for backward compatibility with older Node.js versions.
495495

496-
Note that `--preserve-symlinks-main` does not imply `--preserve-symlinks`; it
496+
`--preserve-symlinks-main` does not imply `--preserve-symlinks`; it
497497
is expected that `--preserve-symlinks-main` will be used in addition to
498498
`--preserve-symlinks` when it is not desirable to follow symlinks before
499499
resolving relative paths.
@@ -904,7 +904,7 @@ certificates in PEM format. A message will be emitted (once) with
904904
[`process.emitWarning()`][emit_warning] if the file is missing or
905905
malformed, but any errors are otherwise ignored.
906906

907-
Note that neither the well known nor extra certificates are used when the `ca`
907+
Neither the well known nor extra certificates are used when the `ca`
908908
options property is explicitly specified for a TLS or HTTPS client or server.
909909

910910
This environment variable is ignored when `node` runs as setuid root or

0 commit comments

Comments
 (0)