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

RongtongJin 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 86ccea0777 docs: fix broker IP typo in startup examples (#10440)
86ccea0777 is described below

commit 86ccea07771dc9fa8cb2c6d3718769ce744e1516
Author: LeiXiaoGao <[email protected]>
AuthorDate: Wed Jun 10 19:54:45 2026 +0800

    docs: fix broker IP typo in startup examples (#10440)
---
 docs/cn/Debug_In_Idea.md | 4 ++--
 docs/cn/Deployment.md    | 3 +--
 docs/cn/operation.md     | 2 +-
 docs/en/Debug_In_Idea.md | 4 ++--
 docs/en/Deployment.md    | 4 ++--
 docs/en/operation.md     | 2 +-
 6 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/docs/cn/Debug_In_Idea.md b/docs/cn/Debug_In_Idea.md
index 92cb8010ef..edb6b64d6e 100644
--- a/docs/cn/Debug_In_Idea.md
+++ b/docs/cn/Debug_In_Idea.md
@@ -32,7 +32,7 @@ namesrvAddr = 127.0.0.1:9876
 ![Idea_config_broker.png](image/Idea_config_broker.png)
 4. 运行Broker,观察到如下日志则启动成功
 ```shell
-The broker[broker-a,192.169.1.2:10911] boot success...
+The broker[broker-a,192.168.1.2:10911] boot success...
 ```
 
 ### Step3: 发送或消费消息
@@ -52,4 +52,4 @@ The broker[broker-a,192.169.1.2:10911] boot success...
 4. 运行Proxy,观察到如下日志则启动成功
 ```shell
 Sat Aug 26 15:29:33 CST 2023 rocketmq-proxy startup successfully
-```
\ No newline at end of file
+```
diff --git a/docs/cn/Deployment.md b/docs/cn/Deployment.md
index c13f328035..47882990d3 100644
--- a/docs/cn/Deployment.md
+++ b/docs/cn/Deployment.md
@@ -27,7 +27,7 @@ $ nohup sh bin/mqbroker -n localhost:9876 &
 
 ### 验证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...
+The broker[broker-a,192.168.1.2:10911] boot success...
 ```
 
 我们可以在 Broker.log 中看到“The broker[brokerName,ip:port] boot success..”,这表明 broker 
已成功启动。
@@ -167,4 +167,3 @@ RocketMQ 5.0 开始支持自动主从切换的模式,可参考以下文档
 [部署文档](controller/deploy.md)
 
 [设计思想](controller/design.md)
-
diff --git a/docs/cn/operation.md b/docs/cn/operation.md
index 9f04ce1d3d..fe3bf6d3b8 100644
--- a/docs/cn/operation.md
+++ b/docs/cn/operation.md
@@ -27,7 +27,7 @@ $ nohup sh bin/mqbroker -n localhost:9876 &
 
 ### 验证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...
+The broker[broker-a, 192.168.1.2:10911] boot success...
 ```
 
 #### 1.2 多Master模式
diff --git a/docs/en/Debug_In_Idea.md b/docs/en/Debug_In_Idea.md
index 0dee9039c4..9ff9c69107 100644
--- a/docs/en/Debug_In_Idea.md
+++ b/docs/en/Debug_In_Idea.md
@@ -32,7 +32,7 @@ namesrvAddr = 127.0.0.1:9876
 ![Idea_config_broker.png](../cn/image/Idea_config_broker.png)
 4. Run the Broker and if the following log is observed, it indicates 
successful startup.
 ```shell
-The broker[broker-a,192.169.1.2:10911] boot success...
+The broker[broker-a,192.168.1.2:10911] boot success...
 ```
 
 ### Step3: Send or Consume Messages
@@ -52,4 +52,4 @@ RocketMQ startup is now complete. You can use the examples 
provided in `/example
 4. Run the Proxy, and if the following log is observed, it indicates 
successful startup.
 ```shell
 Sat Aug 26 15:29:33 CST 2023 rocketmq-proxy startup successfully
-```
\ No newline at end of file
+```
diff --git a/docs/en/Deployment.md b/docs/en/Deployment.md
index 47a1b0587d..04450ac285 100644
--- a/docs/en/Deployment.md
+++ b/docs/en/Deployment.md
@@ -27,7 +27,7 @@ $ nohup sh bin/mqbroker -n localhost:9876 &
 
 ### Then verify that the broker is started successfully, for example, the IP 
of broker is 192.168.1.2 and the name is broker-a
 $ tail -f ~/logs/rocketmqlogs/Broker.log 
-The broker[broker-a,192.169.1.2:10911] boot success...
+The broker[broker-a,192.168.1.2:10911] boot success...
 ```
 
 We can see 'The broker[brokerName,ip:port] boot success..' in Broker.log that 
indicates the broker has been started successfully.
@@ -156,4 +156,4 @@ $ nohup sh mqbroker -n 192.168.1.1:9876 -c 
$ROCKETMQ_HOME/conf/2m-2s-sync/broker
 $ nohup sh mqbroker -n 192.168.1.1:9876 -c 
$ROCKETMQ_HOME/conf/2m-2s-sync/broker-b-s.properties &
 ```
 
-The above Master and Slave are paired by specifying the same config named 
"brokerName", the "brokerId" of the master node must be 0, and the "brokerId" 
of the slave node must be greater than 0.
\ No newline at end of file
+The above Master and Slave are paired by specifying the same config named 
"brokerName", the "brokerId" of the master node must be 0, and the "brokerId" 
of the slave node must be greater than 0.
diff --git a/docs/en/operation.md b/docs/en/operation.md
index a6b707bab1..5fa667693f 100644
--- a/docs/en/operation.md
+++ b/docs/en/operation.md
@@ -27,7 +27,7 @@ $ nohup sh bin/mqbroker -n localhost:9876 &
 
 ### 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...
+The broker[broker-a, 192.168.1.2:10911] boot success...
 ```
 
 #### 1.2 Multi Master mode

Reply via email to