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 f85f766a6c Fix the spelling error of the RocketMQ name in the document
(#757)
f85f766a6c is described below
commit f85f766a6c75f9d8b25ab02c811530dc951ff158
Author: wankaiyi <[email protected]>
AuthorDate: Sat May 16 19:23:36 2026 +0800
Fix the spelling error of the RocketMQ name in the document (#757)
---
docs/01-quickstart/03quickstartWithDockercompose.md | 2 +-
.../current/01-quickstart/03quickstartWithDockercompose.md | 2 +-
.../version-5.0/02-quickStart/03quickstartWithDockercompose.md | 2 +-
.../version-5.0/02-quickStart/03quickstartWithDockercompose.md | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/01-quickstart/03quickstartWithDockercompose.md
b/docs/01-quickstart/03quickstartWithDockercompose.md
index b234c87872..1ab12857d6 100644
--- a/docs/01-quickstart/03quickstartWithDockercompose.md
+++ b/docs/01-quickstart/03quickstartWithDockercompose.md
@@ -15,7 +15,7 @@ echo "brokerIP1=127.0.0.1" > broker.conf
```
## 2.编写docker-compose
-为了快速启动并运行 RockerMQ 集群,您可以使用以下模板通过修改或添加环境部分中的配置来创建 docker-compose.yml 文件。
+为了快速启动并运行 RocketMQ 集群,您可以使用以下模板通过修改或添加环境部分中的配置来创建 docker-compose.yml 文件。
```text
version: '3.8'
diff --git
a/i18n/en/docusaurus-plugin-content-docs/current/01-quickstart/03quickstartWithDockercompose.md
b/i18n/en/docusaurus-plugin-content-docs/current/01-quickstart/03quickstartWithDockercompose.md
index 6ec0c9cdfa..da9db31dd3 100644
---
a/i18n/en/docusaurus-plugin-content-docs/current/01-quickstart/03quickstartWithDockercompose.md
+++
b/i18n/en/docusaurus-plugin-content-docs/current/01-quickstart/03quickstartWithDockercompose.md
@@ -15,7 +15,7 @@ echo "brokerIP1=127.0.0.1" > broker.conf
```
## 2.Configure docker-compose
-To quickly start and run the RockerMQ cluster, you can use the following
template to create a docker-compose.yml file by modifying or adding
configurations in the environment section.
+To quickly start and run the RocketMQ cluster, you can use the following
template to create a docker-compose.yml file by modifying or adding
configurations in the environment section.
```text
version: '3.8'
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/03quickstartWithDockercompose.md
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/03quickstartWithDockercompose.md
index 6317d6c090..343381a3bf 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/03quickstartWithDockercompose.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/03quickstartWithDockercompose.md
@@ -75,7 +75,7 @@ docker-compose up -d
<TabItem value="Windows" label="Windows">
```code
-docker-compose -p rockermq_project up -d
+docker-compose -p rocketmq_project up -d
```
</TabItem>
diff --git
a/versioned_docs/version-5.0/02-quickStart/03quickstartWithDockercompose.md
b/versioned_docs/version-5.0/02-quickStart/03quickstartWithDockercompose.md
index b844ad29d9..aee6f530ab 100644
--- a/versioned_docs/version-5.0/02-quickStart/03quickstartWithDockercompose.md
+++ b/versioned_docs/version-5.0/02-quickStart/03quickstartWithDockercompose.md
@@ -11,7 +11,7 @@
## 1.编写docker-compose
-为了快速启动并运行 RockerMQ 集群,您可以使用以下模板通过修改或添加环境部分中的配置来创建 docker-compose.yml 文件。
+为了快速启动并运行 RocketMQ 集群,您可以使用以下模板通过修改或添加环境部分中的配置来创建 docker-compose.yml 文件。
```text
version: '3.8'
services:
@@ -74,7 +74,7 @@ docker-compose up -d
<TabItem value="Windows" label="Windows">
```code
-docker-compose -p rockermq_project up -d
+docker-compose -p rocketmq_project up -d
```
</TabItem>