Skip to content

Commit 83ba2aa

Browse files
rvaggMylesBorins
authored andcommitted
doc: environmental->environment & NodeJS->Node.js
PR-URL: #14974 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent cc72118 commit 83ba2aa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

doc/api/cli.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -352,15 +352,15 @@ added: v7.5.0
352352
-->
353353

354354
Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
355-
current NodeJS version. The default store is selectable at build-time.
355+
current Node.js version. The default store is selectable at build-time.
356356

357357
Using OpenSSL store allows for external modifications of the store. For most
358358
Linux and BSD distributions, this store is maintained by the distribution
359359
maintainers and system administrators. OpenSSL CA store location is dependent on
360360
configuration of the OpenSSL library but this can be altered at runtime using
361-
environmental variables.
361+
environment variables.
362362

363-
The bundled CA store, as supplied by NodeJS, is a snapshot of Mozilla CA store
363+
The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store
364364
that is fixed at release time. It is identical on all supported platforms.
365365

366366
See `SSL_CERT_DIR` and `SSL_CERT_FILE`.

doc/api/intl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ at runtime so that the JS methods would work for all ICU locales. Assuming the
112112
data file is stored at `/some/directory`, it can be made available to ICU
113113
through either:
114114

115-
* The [`NODE_ICU_DATA`][] environmental variable:
115+
* The [`NODE_ICU_DATA`][] environment variable:
116116

117117
```shell
118118
env NODE_ICU_DATA=/some/directory node

doc/api/repl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ by the `NODE_REPL_HISTORY` variable, as documented in the
499499

500500
### Using the Node.js REPL with advanced line-editors
501501

502-
For advanced line-editors, start Node.js with the environmental variable
502+
For advanced line-editors, start Node.js with the environment variable
503503
`NODE_NO_READLINE=1`. This will start the main and debugger REPL in canonical
504504
terminal settings, which will allow use with `rlwrap`.
505505

doc/node.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,15 @@ used to enable FIPS-compliant crypto if Node.js is built with
223223
.TP
224224
.BR \-\-use\-openssl\-ca,\-\-use\-bundled\-ca
225225
Use OpenSSL's default CA store or use bundled Mozilla CA store as supplied by
226-
current NodeJS version. The default store is selectable at build-time.
226+
current Node.js version. The default store is selectable at build-time.
227227

228228
Using OpenSSL store allows for external modifications of the store. For most
229229
Linux and BSD distributions, this store is maintained by the distribution
230230
maintainers and system administrators. OpenSSL CA store location is dependent on
231231
configuration of the OpenSSL library but this can be altered at runtime using
232-
environmental variables.
232+
environment variables.
233233

234-
The bundled CA store, as supplied by NodeJS, is a snapshot of Mozilla CA store
234+
The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store
235235
that is fixed at release time. It is identical on all supported platforms.
236236

237237
See \fBSSL_CERT_DIR\fR and \fBSSL_CERT_FILE\fR.

0 commit comments

Comments
 (0)