This is an automated email from the ASF dual-hosted git repository.
panyuepeng pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 2b50cd7 [Hotfix][Typo] Fix typo in how-to-verify.md page. (#228)
2b50cd7 is described below
commit 2b50cd753429b5844f029e1aa5e83fc6b18f3de3
Author: VampireAchao <[email protected]>
AuthorDate: Fri Sep 1 14:38:51 2023 +0800
[Hotfix][Typo] Fix typo in how-to-verify.md page. (#228)
---
.../release/how-to-verify.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/release/how-to-verify.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/release/how-to-verify.md
index 1bbe4d2..9dcde0f 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/release/how-to-verify.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/release/how-to-verify.md
@@ -14,7 +14,7 @@ sidebar_position: 4
```shell
#如果本地有svn,可以clone到本地
svn co
https://dist.apache.org/repos/dist/dev/incubator/streampark/${release_version}-${rc_version}/
-#或则 直接下载物料文件
+#或者 直接下载物料文件
wget
https://dist.apache.org/repos/dist/dev/incubator/streampark/${release_version}-${rc_version}/xxx.xxx
```
@@ -226,6 +226,6 @@ I checked:
## 4. 注意事项
<font color="red">
-如果你有安装maven工具,你可以使用自己的mvn命令替换 ./mvnw或则mvnw.cmd
+如果你有安装maven工具,你可以使用自己的mvn命令替换 ./mvnw或者mvnw.cmd
mvnw是Maven Wrapper的缩写。它可以支持运行 Maven 项目,而无需安装 Maven
并配置环境变量。如果找不到它,它会根据配置文件,下载对应的 Maven 版本
-</font>
\ No newline at end of file
+</font>