diff --git a/en/OpenHarmony-Overview.md b/en/OpenHarmony-Overview.md
index 7619e767e4ff6a5b41c0dc345064c0c2891afe51..20262fff945b29c387b3593243ee734063167c8a 100644
--- a/en/OpenHarmony-Overview.md
+++ b/en/OpenHarmony-Overview.md
@@ -293,7 +293,7 @@ The following table describes the subsystems of OpenHarmony. For details about t
XTS
|
-Provides a set of OpenHarmony certification test suites, including the currently supported application compatibility test suite (ACTS) and the device compatibility test suite (DCTS) that will be supported in the future.
+ | Provides a set of OpenHarmony compatibility test suites, including the currently supported application compatibility test suite (ACTS) and the device compatibility test suite (DCTS) that will be supported in the future.
|
All systems
|
diff --git a/en/device-dev/get-code/sourcecode-acquire.md b/en/device-dev/get-code/sourcecode-acquire.md
index b16af80651abf64b3f1475224236e3ba55892fae..217270c5bdfa93b12dd1b9f52e64add2053d1015 100644
--- a/en/device-dev/get-code/sourcecode-acquire.md
+++ b/en/device-dev/get-code/sourcecode-acquire.md
@@ -45,7 +45,7 @@ You can use any of the following methods to acquire the OpenHarmony source code:
4. Run the following commands to install the **repo** tool:
```
- curl -s https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/local/bin/repo # If you do not have the access permission to this directory, download the tool to any other accessible directory and configure the directory to the environment variable.
+ curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 -o /usr/local/bin/repo # If you do not have the access permission to this directory, download the tool to any other accessible directory and configure the directory to the environment variable.
chmod a+x /usr/local/bin/repo
pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests
```