Skip to content

Commit d329abf

Browse files
jsumnersaddaleax
authored andcommitted
doc: use common malformed instead of misformatted
PR-URL: #11518 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 11aea26 commit d329abf

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
@@ -382,7 +382,7 @@ When set, the well known "root" CAs (like VeriSign) will be extended with the
382382
extra certificates in `file`. The file should consist of one or more trusted
383383
certificates in PEM format. A message will be emitted (once) with
384384
[`process.emitWarning()`][emit_warning] if the file is missing or
385-
misformatted, but any errors are otherwise ignored.
385+
malformed, but any errors are otherwise ignored.
386386

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

0 commit comments

Comments
 (0)