diff --git a/en/device-dev/subsystems/subsys-build-chip_solution.md b/en/device-dev/subsystems/subsys-build-chip_solution.md
index d17ae28761672e36e2da463bfd548ee3e6e91056..565630ab00323d3ab4304ef506246b260a639a9d 100644
--- a/en/device-dev/subsystems/subsys-build-chip_solution.md
+++ b/en/device-dev/subsystems/subsys-build-chip_solution.md
@@ -53,7 +53,7 @@ The following uses the RTL8720 development board provided by Realtek as an examp
2. Create a directory for kernel adaptation and configure the **config.gni** file of the development board.
- For example, to adapt the LiteOS-A kernel to the RTL8720 development board, configure the **device/board/realtek/rtl8720/liteo_a/config.gni** file as follows:
+ For example, to adapt the LiteOS-A kernel to the RTL8720 development board, configure the **device/board/realtek/rtl8720/liteos_a/config.gni** file as follows:
```shell
# Kernel type, e.g. "linux", "liteos_a", "liteos_m".
diff --git a/zh-cn/device-dev/kernel/kernel-mini-overview.md b/zh-cn/device-dev/kernel/kernel-mini-overview.md
index 03912d5b1afc8e84dde2d05bca1462fe3de62da1..dd3ac86578e263c3e311cf25c34eeb9d97aa545f 100644
--- a/zh-cn/device-dev/kernel/kernel-mini-overview.md
+++ b/zh-cn/device-dev/kernel/kernel-mini-overview.md
@@ -102,7 +102,7 @@ LiteOS-M内核的编译构建系统是一个基于gn和ninja的组件化构建
### 获取OpenHarmony源码
-详细的源码获取方式,请见[源码获取](../get-code/sourcecode-acquire.md)。获取OpenHarmony完整仓代码后,假设克隆目录为`~/openHarmony`。
+详细的源码获取方式,请见[源码获取](../get-code/sourcecode-acquire.md)。获取OpenHarmony完整仓代码后,假设克隆目录为`~/OpenHarmony`。
### 已支持的示例工程
diff --git a/zh-cn/device-dev/porting/porting-minichip-prepare.md b/zh-cn/device-dev/porting/porting-minichip-prepare.md
index 2060fa754d05290ea298c675f1c03f0e6972dfea..17b0298bf7957d83985bfc25a44454eae00c63c6 100644
--- a/zh-cn/device-dev/porting/porting-minichip-prepare.md
+++ b/zh-cn/device-dev/porting/porting-minichip-prepare.md
@@ -154,7 +154,7 @@ OpenHarmony源码重要目录介绍见表1 OpenHarmony重要目录,其中devic
```
group("MyProduct") {
- print("MyVendorCompnay MyProduct is under developing.")
+ print("MyVendorCompany MyProduct is under developing.")
}
```
diff --git a/zh-cn/device-dev/porting/standard-system-porting-guide.md b/zh-cn/device-dev/porting/standard-system-porting-guide.md
index 35afad475325a2b59be7f98621e8c2f28707d5a8..6d2f035eeb0f65d1c9a861fddf9c014dcc23e430 100644
--- a/zh-cn/device-dev/porting/standard-system-porting-guide.md
+++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md
@@ -47,7 +47,7 @@ version:版本 必填
type:配置的系统级别,包含(small,standard …) 必填
-target_cpu :设备的cpu类型(根据实际情况,这里的target_cpu也可能是arm64 、riscv、 x86等。) 必填
+target_cpu :设备的CPU类型(根据实际情况,这里的target_cpu也可能是arm64 、riscv、 x86等。) 必填
ohos_version:操作系统版本 选填
diff --git a/zh-cn/device-dev/subsystems/subsys-boot-init-plugin.md b/zh-cn/device-dev/subsystems/subsys-boot-init-plugin.md
index d142b900a4b55c6189596daf0fa28e257b4aa3d2..cd87caab277a0f14c98e8e5642c37a179b4f79b8 100644
--- a/zh-cn/device-dev/subsystems/subsys-boot-init-plugin.md
+++ b/zh-cn/device-dev/subsystems/subsys-boot-init-plugin.md
@@ -17,7 +17,7 @@ bootchart 只支持标准系统, begetctl 支持小型系统和标准系统。
| 命令 | 命令格式和示例 | 说明 |
| :---------- | :---------- |:--------|
| init group test [stage] | init group test | stage参见ServiceStatus。 |
-| param ls [-r] [name] | 显示系统参数,例如:
查看usb系统参数:begetctl param ls persist.sys.usb | 无 |
+| param ls [-r] [name] | 显示系统参数,例如:
查看USB系统参数:begetctl param ls persist.sys.usb | 无 |
| param get [name] | 获取系统参数信息,例如:
begetctl param get 或 param get | 无 |
| param set name value| 设置系统参数,例如:
begetctl param set ohos.servicectrl.display 1 或 param set ohos.servicectrl.display 1| 无 |
| param wait name [value] [timeout] | 等待系统参数,例如:
begetctl param wait persist.sys.usb.config hdc 或 param wait persist.sys.usb.config hdc | timeout默认值:30秒 |
diff --git a/zh-cn/device-dev/subsystems/subsys-boot-init-service.md b/zh-cn/device-dev/subsystems/subsys-boot-init-service.md
index 56b376389cb2cd9823b55d56c54e8408347424c5..f7dbca859906cce7d5b07b46912fa7415d1f69f0 100644
--- a/zh-cn/device-dev/subsystems/subsys-boot-init-service.md
+++ b/zh-cn/device-dev/subsystems/subsys-boot-init-service.md
@@ -82,7 +82,7 @@
"name" : "serviceName",
"path" : ["/system/bin/serviceName"]
"importance" : 1, // 服务进程提供优先级设置
- "cpucore" : [0], // 服务进程提供cpu绑核功能
+ "cpucore" : [0], // 服务进程提供CPU绑核功能
"critical" : [1, 5, 10], // 服务提供抑制机制
"apl" : "normal", // 系统服务进程设置其分布式Capability能力
"d-caps" : ["OHOS_DMS"], // 系统服务进程设置其分布式Capability能力
diff --git a/zh-cn/device-dev/subsystems/subsys-build-all.md b/zh-cn/device-dev/subsystems/subsys-build-all.md
index 1e77cdcda093365ef682438d92d8da82bc6a59dd..8dd82206e54844b7e37866a4cecfb0e776168de8 100644
--- a/zh-cn/device-dev/subsystems/subsys-build-all.md
+++ b/zh-cn/device-dev/subsystems/subsys-build-all.md
@@ -196,7 +196,7 @@ bash build/prebuilts_download.sh
--source-root-dir=SOURCE_ROOT_DIR # 指定路径
--product-name=PRODUCT_NAME # 指定产品名
--device-name=DEVICE_NAME # 指定装置名称
- --target-cpu=TARGET_CPU # 指定cpu
+ --target-cpu=TARGET_CPU # 指定CPU
--target-os=TARGET_OS # 指定操作系统
-T BUILD_TARGET, --build-target=BUILD_TARGET # 指定编译目标,可以指定多个
--gn-args=GN_ARGS # GN参数,支持指定多个
diff --git a/zh-cn/device-dev/subsystems/subsys-toolchain-hdc-guide.md b/zh-cn/device-dev/subsystems/subsys-toolchain-hdc-guide.md
index 3adc1b4f8bdbf1a9384a3279bf47c21dabffff40..3a5ef5ef0458f5862de677e1d67c2295b20a5752 100644
--- a/zh-cn/device-dev/subsystems/subsys-toolchain-hdc-guide.md
+++ b/zh-cn/device-dev/subsystems/subsys-toolchain-hdc-guide.md
@@ -93,7 +93,7 @@ option涉及以下命令:
hdc_std -t _key_ shell (-t后面添加的_key_ 需要替换为上面查询的设备信息)
> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
- > 一台开发机可支持多个设备连接,每个设备有其唯一的设备标识,如果通过网络与设备连接,其标识为IP地址:port格式,如果通过usb连接则标识为设备sn号。该命令需要跟随具体操作命令。
+ > 一台开发机可支持多个设备连接,每个设备有其唯一的设备标识,如果通过网络与设备连接,其标识为IP地址:port格式,如果通过USB连接则标识为设备sn号。该命令需要跟随具体操作命令。
- **checkserver**
用于获取client-server版本。