Skip to content

Commit

Permalink
[ISSUE apache#8245]Fix typo in user_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzc9 authored Jun 5, 2024
1 parent 7145964 commit 7558850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cn/msg_trace/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RocketMQ的消息轨迹特性支持两种存储轨迹数据的方式:
### 4.4 使用mqadmin命令发送和查看轨迹
- 发送消息
```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"
```
- 查询轨迹
```shell
Expand Down

0 comments on commit 7558850

Please sign in to comment.