This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new ef7685d [ISSUE #3341](doc)fix typo in update operation.md
ef7685d is described below
commit ef7685d4fe757b216089d78d2ea8e0b13416fa62
Author: 吴航 <[email protected]>
AuthorDate: Fri Sep 10 15:26:26 2021 +0800
[ISSUE #3341](doc)fix typo in update operation.md
(doc)fix typo in update operation.md
---
docs/cn/operation.md | 2 +-
docs/en/operation.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/cn/operation.md b/docs/cn/operation.md
index bc2d385..5f5d9f8 100644
--- a/docs/cn/operation.md
+++ b/docs/cn/operation.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/docs/en/operation.md b/docs/en/operation.md
index 1d41e98..1b8375f 100644
--- a/docs/en/operation.md
+++ b/docs/en/operation.md
@@ -25,7 +25,7 @@ The Name Server boot success...
### start Broker
$ nohup sh bin/mqbroker -n localhost:9876 &
-### check whether Name Server is successfully started, eg: Broker's IP is
192.168.1.2, Broker's name is broker-a
+### check whether Broker is successfully started, eg: Broker's IP is
192.168.1.2, Broker's name is broker-a
$ tail -f ~/logs/rocketmqlogs/Broker.log
The broker[broker-a, 192.169.1.2:10911] boot success...
```