You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #33486
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Copy file name to clipboardExpand all lines: doc/guides/maintaining-icu.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ ICU consumes and includes:
21
21
22
22
The current versions of these items can be viewed for node with `node -p process.versions`:
23
23
24
-
```shell
24
+
```console
25
25
$ node -p process.versions
26
26
27
27
{
@@ -101,7 +101,7 @@ should be sufficient).
101
101
* Configure Node.js with the specific [ICU version](http://icu-project.org/download)
0 commit comments