diff --git a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md index 416f8bd1a2..59066fc5aa 100644 --- a/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md +++ b/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md @@ -97,7 +97,7 @@ The status of delay messages in Apache RocketMQ can be persistently stored. If t For creating topics in Apache RocketMQ 5.0, it is recommended to use the mqadmin tool. However, it is worth noting that message type needs to be added as a property parameter. Here is an example: ```shell -sh mqadmin updateTopic -n -t -c -a +message.type=Delay +sh mqadmin updateTopic -n -t -c -a +message.type=DELAY ``` **Send messages**