From a52050877c91509f654dd6b2519c0132b7792578 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Thu, 23 Feb 2017 11:02:39 -0500 Subject: [PATCH] doc: use common malformed instead of misformatted PR-URL: https://github.com/nodejs/node/pull/11518 Reviewed-By: James M Snell Reviewed-By: Timothy Gu Reviewed-By: Colin Ihrig --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 9c7c9b65c9da80..75683e89f9ee4e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -392,7 +392,7 @@ When set, the well known "root" CAs (like VeriSign) will be extended with the extra certificates in `file`. The file should consist of one or more trusted certificates in PEM format. A message will be emitted (once) with [`process.emitWarning()`][emit_warning] if the file is missing or -misformatted, but any errors are otherwise ignored. +malformed, but any errors are otherwise ignored. Note that neither the well known nor extra certificates are used when the `ca` options property is explicitly specified for a TLS or HTTPS client or server.