diff --git a/doc/api/cli.md b/doc/api/cli.md index 4d3df97df530e6..efaeedb318319a 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`