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

yx9o 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 0f1c24a87f [ISSUE #798] Fix message typo in the message trace 
documentation (#799)
0f1c24a87f is described below

commit 0f1c24a87f203a8ad02a281abf8d6b180ec00205
Author: coder999o <[email protected]>
AuthorDate: Thu Sep 24 19:08:25 2026 +0800

    [ISSUE #798] Fix message typo in the message trace documentation (#799)
---
 docs/05-bestPractice/03messagetra.md                                    | 2 +-
 .../current/05-bestPractice/03messagetra.md                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/05-bestPractice/03messagetra.md 
b/docs/05-bestPractice/03messagetra.md
index 37ff197dde..1dfdfb6b68 100644
--- a/docs/05-bestPractice/03messagetra.md
+++ b/docs/05-bestPractice/03messagetra.md
@@ -103,7 +103,7 @@ RocketMQ的消息轨迹特性支持两种存储轨迹数据的方式:
 - 发送消息
 
   ```shell
-  $ ./mqadmin sendMessage -m true --topic some-topic-name -n 127.0.0.1:9876 -p 
"your meesgae content"
+  $ ./mqadmin sendMessage -m true --topic some-topic-name -n 127.0.0.1:9876 -p 
"your message content"
   ```
 - 查询轨迹
 
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/03messagetra.md
 
b/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/03messagetra.md
index ad1ddb0e21..effc787096 100644
--- 
a/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/03messagetra.md
+++ 
b/i18n/en/docusaurus-plugin-content-docs/current/05-bestPractice/03messagetra.md
@@ -104,7 +104,7 @@ To support custom storage message trace Topic, modify the 
initialization of the
 - Send message
 
   ```shell
-  ./mqadmin sendMessage -m true --topic some-topic-name -n 127.0.0.1:9876 -p 
"your meesgae content"
+  ./mqadmin sendMessage -m true --topic some-topic-name -n 127.0.0.1:9876 -p 
"your message content"
   ```
 - Query trace
 

Reply via email to