From ef7685d4fe757b216089d78d2ea8e0b13416fa62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E8=88=AA?= Date: Fri, 10 Sep 2021 15:26:26 +0800 Subject: [PATCH] [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 bc2d3852..5f5d9f86 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 1d41e984..1b8375fb 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... ``` -- GitLab