Skip to content

Commit a520508

Browse files
jsumnersjasnell
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 0a44b71 commit a520508

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

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

0 commit comments

Comments
 (0)