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

jinrongtong 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 7a8039b4c3 docs: fix English docs (#629)
7a8039b4c3 is described below

commit 7a8039b4c36d01958ebe21573516b9ee648652c1
Author: Ryan You <youchuanl...@gmail.com>
AuthorDate: Tue Apr 9 14:46:49 2024 +0800

    docs: fix English docs (#629)
    
    * fix: word format
    
    * fix: Remove duplicate words
---
 .../version-5.0/03-domainModel/03messagequeue.md                      | 4 ++--
 .../version-5.0/03-domainModel/04message.md                           | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/03-domainModel/03messagequeue.md
 
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/03-domainModel/03messagequeue.md
index 2ead93baa2..281b15102c 100644
--- 
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/03-domainModel/03messagequeue.md
+++ 
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/03-domainModel/03messagequeue.md
@@ -11,9 +11,9 @@ A topic in Apache RocketMQ consists of multiple queues. This 
way, queues support
 
 Queues provide the following benefits:
 
-* Ordered storageQueues are ordered in nature. Messages are stored in the same 
order in which they are queued. The earliest message is at the start of the 
queue and the latest message is at the end of the queue. Offsets are used to 
label the locations and the order of messages in a queue.
+* Ordered Storage Queues are ordered in nature: Messages are stored in the 
same order in which they are queued. The earliest message is at the start of 
the queue and the latest message is at the end of the queue. Offsets are used 
to label the locations and the order of messages in a queue.
 
-* Streaming operation semanticsThe queue-based storage in Apache RocketMQ 
allows consumers to read one or more messages from an offset. This helps 
implement features such as aggregate read and backtrack read. These features 
are not available in RabbitMQ or ActiveMQ.
+* Streaming Operation Semantics: The queue-based storage in Apache RocketMQ 
allows consumers to read one or more messages from an offset. This helps 
implement features such as aggregate read and backtrack read. These features 
are not available in RabbitMQ or ActiveMQ.
 
   
 
diff --git 
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/03-domainModel/04message.md
 
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/03-domainModel/04message.md
index c2a1b69940..f5bcd9e105 100644
--- 
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/03-domainModel/04message.md
+++ 
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/03-domainModel/04message.md
@@ -155,8 +155,6 @@ The following figure shows the position of messages in the 
domain model of Apach
 
 **Message load**
 
-**Message load**
-
 * Definition: the actual message data of the service message.
 
 * Values: serialized by the producer and transmitted in binary bytes.

Reply via email to