Skip to content

Commit 109fd72

Browse files
jsumnersMylesBorins
authored andcommitted
doc: use common malformed instead of misformatted
PR-URL: #11518 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 6c3b104 commit 109fd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ When set, the well known "root" CAs (like VeriSign) will be extended with the
314314
extra certificates in `file`. The file should consist of one or more trusted
315315
certificates in PEM format. A message will be emitted (once) with
316316
[`process.emitWarning()`][emit_warning] if the file is missing or
317-
misformatted, but any errors are otherwise ignored.
317+
malformed, but any errors are otherwise ignored.
318318

319319
Note that neither the well known nor extra certificates are used when the `ca`
320320
options property is explicitly specified for a TLS or HTTPS client or server.

0 commit comments

Comments
 (0)