Shuozeli opened a new issue, #744: URL: https://github.com/apache/rocketmq-site/issues/744
**Documentation Fix** I found a small typo in the RocketMQ documentation that I'd like to fix: **Location:** File: `/i18n/en/docusaurus-plugin-content-docs/version-5.0/04-featureBehavior/02delaymessage.md` Line: 100 **Issue:** Inconsistent capitalization of the message type attribute. Currently shows `+message.type=Delay` (lowercase "Delay") while the correct format shown in line 110 is `+message.type=DELAY` (uppercase "DELAY"). **Proposed Fix:** Change `+message.type=Delay` to `+message.type=DELAY` to maintain consistency throughout the documentation. **Importance:** This is a minor documentation improvement to ensure consistency in code examples. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
