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:
authorMaledong <maledong_github@outlook.com>2019-09-01 06:07:24 +0300
committerRich Trott <rtrott@gmail.com>2019-09-04 00:21:34 +0300
commit3c84556654fb81d73a61b9d19bba3df6aac94e0e (patch)
tree5de605237404a21943a18c2bbb1726dd93a4ba4c /doc/api/cluster.md
parent40060f4e42a9f2c79d14c704f4496320b18c0483 (diff)
doc: change the 'txt' to 'console' for a command
This is the document formation, because `node` is a command to be executed, we should reguard it as a command prompt instead of a command txt type. PR-URL: https://github.com/nodejs/node/pull/29389 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index fb7328aa4d7..979ddac5b92 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -41,7 +41,7 @@ if (cluster.isMaster) {
Running Node.js will now share port 8000 between the workers:
-```txt
+```console
$ node server.js
Master 3596 is running
Worker 4324 started