From 472a8a7f8dc09dc0c0b2643d2449e3aa5ca58c71 Mon Sep 17 00:00:00 2001 From: hsmtkk Date: Wed, 16 Aug 2017 19:00:57 +0900 Subject: [PATCH] doc: fix typo in cli.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/14855 Reviewed-By: Bartosz Sosnowski Reviewed-By: Vse Mozhet Byt Reviewed-By: James M Snell Reviewed-By: Tobias Nießen Reviewed-By: Roman Reiss --- doc/api/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index dc0b18157ce50b..a8f91fa7827c6a 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -542,7 +542,7 @@ If `--use-openssl-ca` is enabled, this overrides and sets OpenSSL's directory containing trusted certificates. *Note*: Be aware that unless the child environment is explicitly set, this -evironment variable will be inherited by any child processes, and if they use +environment variable will be inherited by any child processes, and if they use OpenSSL, it may cause them to trust the same CAs as node. ### `SSL_CERT_FILE=file` @@ -554,7 +554,7 @@ If `--use-openssl-ca` is enabled, this overrides and sets OpenSSL's file containing trusted certificates. *Note*: Be aware that unless the child environment is explicitly set, this -evironment variable will be inherited by any child processes, and if they use +environment variable will be inherited by any child processes, and if they use OpenSSL, it may cause them to trust the same CAs as node. ### `NODE_REDIRECT_WARNINGS=file`