Skip to content

Commit 605a02b

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 948a7d7 commit 605a02b

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
@@ -249,15 +249,15 @@ added: v6.11.0
249249
-->
250250

251251
Use 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

254254
Using OpenSSL store allows for external modifications of the store. For most
255255
Linux and BSD distributions, this store is maintained by the distribution
256256
maintainers and system administrators. OpenSSL CA store location is dependent on
257257
configuration 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
261261
that is fixed at release time. It is identical on all supported platforms.
262262

263263
See `SSL_CERT_DIR` and `SSL_CERT_FILE`.

doc/api/intl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ at runtime so that the JS methods would work for all ICU locales. Assuming the
103103
data file is stored at `/some/directory`, it can be made available to ICU
104104
through 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

doc/api/repl.md

+1-1
Original file line numberDiff line numberDiff 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
492492
terminal settings which will allow you to use with `rlwrap`.
493493

doc/node.1

+3-3
Original file line numberDiff line numberDiff 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
177177
Use 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

180180
Using OpenSSL store allows for external modifications of the store. For most
181181
Linux and BSD distributions, this store is maintained by the distribution
182182
maintainers and system administrators. OpenSSL CA store location is dependent on
183183
configuration 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
187187
that is fixed at release time. It is identical on all supported platforms.
188188

189189
See \fBSSL_CERT_DIR\fR and \fBSSL_CERT_FILE\fR.

0 commit comments

Comments
 (0)