Skip to content

Commit c8f0e5a

Browse files
hsmtkkMylesBorins
authored andcommitted
doc: fix typo in cli.md
PR-URL: #14855 Reviewed-By: Bartosz Sosnowski <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 9d37398 commit c8f0e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ If `--use-openssl-ca` is enabled, this overrides and sets OpenSSL's directory
542542
containing trusted certificates.
543543

544544
*Note*: Be aware that unless the child environment is explicitly set, this
545-
evironment variable will be inherited by any child processes, and if they use
545+
environment variable will be inherited by any child processes, and if they use
546546
OpenSSL, it may cause them to trust the same CAs as node.
547547

548548
### `SSL_CERT_FILE=file`
@@ -554,7 +554,7 @@ If `--use-openssl-ca` is enabled, this overrides and sets OpenSSL's file
554554
containing trusted certificates.
555555

556556
*Note*: Be aware that unless the child environment is explicitly set, this
557-
evironment variable will be inherited by any child processes, and if they use
557+
environment variable will be inherited by any child processes, and if they use
558558
OpenSSL, it may cause them to trust the same CAs as node.
559559

560560
### `NODE_REDIRECT_WARNINGS=file`

0 commit comments

Comments
 (0)