You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ol...@apache.org on 2022/12/27 10:43:53 UTC

[rocketmq-site] branch new-official-website updated: [ISSUE #391] Fix deployment operation typo (#392)

This is an automated email from the ASF dual-hosted git repository.

oliverwqcwrw pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website by this push:
     new f97632a51 [ISSUE #391] Fix deployment operation typo (#392)
f97632a51 is described below

commit f97632a515753c6693e57441106a91f444bfcab2
Author: Oliver <wq...@163.com>
AuthorDate: Tue Dec 27 18:43:49 2022 +0800

    [ISSUE #391] Fix deployment operation typo (#392)
---
 docs/04-deployment/15deploy.md                                          | 2 +-
 .../en/docusaurus-plugin-content-docs/current/04-deployment/15deploy.md | 2 +-
 .../version-5.0/05-deploymentOperations/15deploy.md                     | 2 +-
 versioned_docs/version-5.0/05-deploymentOperations/15deploy.md          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/04-deployment/15deploy.md b/docs/04-deployment/15deploy.md
index 9e56d4b2c..ae5768669 100644
--- a/docs/04-deployment/15deploy.md
+++ b/docs/04-deployment/15deploy.md
@@ -34,7 +34,7 @@ The Name Server boot success...
 
 $ nohup sh bin/mqproxy -n localhost:9876 &
 
-### 验证Name Server 是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a
+### 验证Broker 是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a
 $ tail -f ~/logs/rocketmqlogs/Broker.log 
 The broker[xxx, 192.169.1.2:10911] boot success...
 ```
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/04-deployment/15deploy.md b/i18n/en/docusaurus-plugin-content-docs/current/04-deployment/15deploy.md
index cdd5984cb..3e60e363b 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/04-deployment/15deploy.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/04-deployment/15deploy.md
@@ -25,7 +25,7 @@ The Name Server boot success...
 ### 启动Broker
 $ nohup sh bin/mqbroker -n localhost:9876 &
 
-### 验证Name Server 是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a
+### 验证Broker 是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a
 $ tail -f ~/logs/rocketmqlogs/Broker.log 
 The broker[broker-a, 192.169.1.2:10911] boot success...
 ```
diff --git a/i18n/en/docusaurus-plugin-content-docs/version-5.0/05-deploymentOperations/15deploy.md b/i18n/en/docusaurus-plugin-content-docs/version-5.0/05-deploymentOperations/15deploy.md
index a47b3434c..7d47c0ab7 100644
--- a/i18n/en/docusaurus-plugin-content-docs/version-5.0/05-deploymentOperations/15deploy.md
+++ b/i18n/en/docusaurus-plugin-content-docs/version-5.0/05-deploymentOperations/15deploy.md
@@ -34,7 +34,7 @@ The Name Server boot success...
 
 $ nohup sh bin/mqbroker -n localhost:9876 --enable-proxy &
 
-### 验证Name Server 是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a
+### 验证Broker 是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a
 $ tail -f ~/logs/rocketmqlogs/broker_default.log 
 The broker[xxx, 192.169.1.2:10911] boot success...
 ```
diff --git a/versioned_docs/version-5.0/05-deploymentOperations/15deploy.md b/versioned_docs/version-5.0/05-deploymentOperations/15deploy.md
index a47b3434c..7d47c0ab7 100644
--- a/versioned_docs/version-5.0/05-deploymentOperations/15deploy.md
+++ b/versioned_docs/version-5.0/05-deploymentOperations/15deploy.md
@@ -34,7 +34,7 @@ The Name Server boot success...
 
 $ nohup sh bin/mqbroker -n localhost:9876 --enable-proxy &
 
-### 验证Name Server 是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a
+### 验证Broker 是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a
 $ tail -f ~/logs/rocketmqlogs/broker_default.log 
 The broker[xxx, 192.169.1.2:10911] boot success...
 ```