File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -249,15 +249,15 @@ added: v6.11.0
249249-->
250250
251251Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
252- current NodeJS version. The default store is selectable at build-time.
252+ current Node.js version. The default store is selectable at build-time.
253253
254254Using OpenSSL store allows for external modifications of the store. For most
255255Linux and BSD distributions, this store is maintained by the distribution
256256maintainers and system administrators. OpenSSL CA store location is dependent on
257257configuration of the OpenSSL library but this can be altered at runtime using
258- environmental variables.
258+ environment variables.
259259
260- The bundled CA store, as supplied by NodeJS , is a snapshot of Mozilla CA store
260+ The bundled CA store, as supplied by Node.js , is a snapshot of Mozilla CA store
261261that is fixed at release time. It is identical on all supported platforms.
262262
263263See ` SSL_CERT_DIR ` and ` SSL_CERT_FILE ` .
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ at runtime so that the JS methods would work for all ICU locales. Assuming the
103103data file is stored at ` /some/directory ` , it can be made available to ICU
104104through either:
105105
106- * The [ ` NODE_ICU_DATA ` ] [ ] environmental variable:
106+ * The [ ` NODE_ICU_DATA ` ] [ ] environment variable:
107107
108108 ``` shell
109109 env NODE_ICU_DATA=/some/directory node
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ by the `NODE_REPL_HISTORY` variable, as documented in the
487487
488488### Using the Node.js REPL with advanced line-editors
489489
490- For advanced line-editors, start Node.js with the environmental variable
490+ For advanced line-editors, start Node.js with the environment variable
491491` NODE_NO_READLINE=1 ` . This will start the main and debugger REPL in canonical
492492terminal settings which will allow you to use with ` rlwrap ` .
493493
Original file line number Diff line number Diff line change @@ -175,15 +175,15 @@ used to enable FIPS-compliant crypto if Node.js is built with
175175.TP
176176.BR \-\- use\- openssl\- ca,\-\- use\- bundled\- ca
177177Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
178- current NodeJS version. The default store is selectable at build-time.
178+ current Node.js version. The default store is selectable at build-time.
179179
180180Using OpenSSL store allows for external modifications of the store. For most
181181Linux and BSD distributions, this store is maintained by the distribution
182182maintainers and system administrators. OpenSSL CA store location is dependent on
183183configuration of the OpenSSL library but this can be altered at runtime using
184- environmental variables.
184+ environment variables.
185185
186- The bundled CA store, as supplied by NodeJS , is a snapshot of Mozilla CA store
186+ The bundled CA store, as supplied by Node.js , is a snapshot of Mozilla CA store
187187that is fixed at release time. It is identical on all supported platforms.
188188
189189See \fB SSL_CERT_DIR \fR and \fB SSL_CERT_FILE \fR .
You can’t perform that action at this time.
0 commit comments