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

jinrongtong 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 945e7eacb1 [ISSUE #8604] Fix doc typo (#8605)
945e7eacb1 is described below

commit 945e7eacb165c2884faabe1c0eddcc7a39719d15
Author: yx9o <[email protected]>
AuthorDate: Fri Sep 20 17:46:22 2024 +0800

    [ISSUE #8604] Fix doc typo (#8605)
    
    * [ISSUE #8604] Fix doc typo
    
    * [ISSUE #8604] Fix doc typo
---
 docs/cn/best_practice.md        | 2 +-
 docs/en/Configuration_Client.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/cn/best_practice.md b/docs/cn/best_practice.md
index 5cc5b37643..36d6acff6b 100755
--- a/docs/cn/best_practice.md
+++ b/docs/cn/best_practice.md
@@ -253,7 +253,7 @@ 
DefaultMQProducer、TransactionMQProducer、DefaultMQPushConsumer、DefaultMQPul
 | clientIP                      | 本机IP  | 
客户端本机IP地址,某些机器会发生无法识别客户端IP地址情况,需要应用在代码中强制指定 |
 | instanceName                  | DEFAULT | 
客户端实例名称,客户端创建的多个Producer、Consumer实际是共用一个内部实例(这个实例包含网络连接、线程资源等) |
 | clientCallbackExecutorThreads | 4       | 通信层异步回调线程数                         
                |
-| pollNameServerInteval         | 30000   | 轮询Name Server间隔时间,单位毫秒             
               |
+| pollNameServerInterval        | 30000   | 轮询Name Server间隔时间,单位毫秒             
               |
 | heartbeatBrokerInterval       | 30000   | 向Broker发送心跳间隔时间,单位毫秒               
            |
 | persistConsumerOffsetInterval | 5000    | 持久化Consumer消费进度间隔时间,单位毫秒           
          |
 
diff --git a/docs/en/Configuration_Client.md b/docs/en/Configuration_Client.md
index 4d999b2fed..4679957af5 100644
--- a/docs/en/Configuration_Client.md
+++ b/docs/en/Configuration_Client.md
@@ -48,7 +48,7 @@ HTTP static server addressing is recommended, because it is 
simple client deploy
 | clientIP                      | local IP  | Client local ip address, some 
machines will fail to recognize the client IP address, which needs to be 
enforced in the code |
 | instanceName                  | DEFAULT | Name of the client instance, 
Multiple producers and consumers created by the client actually share one 
internal instance (this instance contains network connection, thread resources, 
etc.). |
 | clientCallbackExecutorThreads | 4       | Number of communication layer 
asynchronous callback threads                                        |
-| pollNameServerInteval         | 30000   | Polling the Name Server interval 
in milliseconds                          |
+| pollNameServerInterval        | 30000   | Polling the Name Server interval 
in milliseconds                          |
 | heartbeatBrokerInterval       | 30000   | The heartbeat interval, in 
milliseconds, is sent to the Broker                         |
 | persistConsumerOffsetInterval | 5000    | The persistent Consumer consumes 
the progress interval in milliseconds         |
 

Reply via email to