Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Lewis <DerekNonGeneric@inf.is>2020-05-20 18:10:22 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-05-25 20:12:38 +0300
commit5632ff66cdfd770083a4a5223ca4348d05b1eb39 (patch)
tree6775aed300cec8f68d2312a8ea80e9c3aa2def3e /doc/api/intl.md
parent84e4425f810191f65be1b46ee466e06b9d5fe9ed (diff)
doc: normalize shell code block info strings
Prior to this commit, shell fenced code blocks in Markdown files had inconsistent info strings. This has been corrected to standarize on the one with the highest frequency in the doc/api/ dir. Stats: > 'console' => 54, > 'shell' => 2, PR-URL: https://github.com/nodejs/node/pull/33486 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/intl.md')
-rw-r--r--doc/api/intl.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/intl.md b/doc/api/intl.md
index 35124474067..25f7e61cd18 100644
--- a/doc/api/intl.md
+++ b/doc/api/intl.md
@@ -115,13 +115,13 @@ through either:
* The [`NODE_ICU_DATA`][] environment variable:
- ```shell
+ ```bash
env NODE_ICU_DATA=/some/directory node
```
* The [`--icu-data-dir`][] CLI parameter:
- ```shell
+ ```bash
node --icu-data-dir=/some/directory
```