diff --git a/en/device-dev/subsystems/subsys-power-battery-level-customization.md b/en/device-dev/subsystems/subsys-power-battery-level-customization.md
index aa6d2992e003751c195a5bf7e2f935bf048ee507..87c27f37fd3ee1702d8462a6bb61268a7075ec60 100644
--- a/en/device-dev/subsystems/subsys-power-battery-level-customization.md
+++ b/en/device-dev/subsystems/subsys-power-battery-level-customization.md
@@ -306,4 +306,4 @@ During development, you can refer to the [default battery level configuration](h
}
```
-Packing path: /system/etc/battery
+Packing path: `/system/etc/battery`
diff --git a/en/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md b/en/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md
index 5a137ea638c84a113694b4de91ca5805c0c772e0..edca1494648a4030c0c74dc8248bc9093f7cb6f0 100644
--- a/en/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md
+++ b/en/device-dev/subsystems/subsys-power-charge-current-voltage-limit.md
@@ -118,4 +118,4 @@ During development, you can refer to the [default charging current and voltage c
}
```
-Packing path: /system/etc/battery
+Packing path: `/system/etc/battery`
diff --git a/en/device-dev/subsystems/subsys-power-charge-type-customization.md b/en/device-dev/subsystems/subsys-power-charge-type-customization.md
index 4c7782a13650f6b1b60a1d79d1e10e4988b031df..f617ab0fd7db765b82c65548c6f0a316a2756ca1 100644
--- a/en/device-dev/subsystems/subsys-power-charge-type-customization.md
+++ b/en/device-dev/subsystems/subsys-power-charge-type-customization.md
@@ -151,4 +151,4 @@ During development, you can refer to the [default charging type configuration](h
}
```
-Packing path: /system/etc/battery
+Packing path: `/system/etc/battery`
diff --git a/en/device-dev/subsystems/subsys-power-level-LED-color.md b/en/device-dev/subsystems/subsys-power-level-LED-color.md
index 917e1c2ae5b902159dfda92751c13a9d791b4010..919d10f0e1ddd4fef91d695bb4c379735ecb6517 100644
--- a/en/device-dev/subsystems/subsys-power-level-LED-color.md
+++ b/en/device-dev/subsystems/subsys-power-level-LED-color.md
@@ -226,4 +226,4 @@ During development, you can refer to the [default battery level and LED color ma
}
```
-Packing path: /system/etc/battery
+Packing path: `/system/etc/battery`
diff --git a/en/device-dev/subsystems/subsys-power-poweroff-charge-animation.md b/en/device-dev/subsystems/subsys-power-poweroff-charge-animation.md
index 3ce81fd3b87353514ecde28d43ee7672752bcabd..d782f5b121bb1ab4acf0fa00691e72c015f55db1 100644
--- a/en/device-dev/subsystems/subsys-power-poweroff-charge-animation.md
+++ b/en/device-dev/subsystems/subsys-power-poweroff-charge-animation.md
@@ -430,4 +430,4 @@ During development, you can refer to the [default power-off animation configurat
}
```
-Packing path: /system/etc/charger/resource
+Packing path: `/system/etc/charger/resource`
diff --git a/en/device-dev/subsystems/subsys-power-stats-power-average-customization.md b/en/device-dev/subsystems/subsys-power-stats-power-average-customization.md
index c4d072d462b3dc3e94578bf1899b6545d4547832..fc649d6b516dedf3c0501a5ae645673677c38c51 100644
--- a/en/device-dev/subsystems/subsys-power-stats-power-average-customization.md
+++ b/en/device-dev/subsystems/subsys-power-stats-power-average-customization.md
@@ -68,7 +68,7 @@ The following uses [DAYU200](https://gitee.com/openharmony/vendor_hihope/tree/ma
| cpu_idle | CPU | Double | Baseline power consumption when the CPU is in the idle state.
- Power consumption type: software power consumption
- Statistical method: Power consumption = Usage duration x Power consumption benchmark|
| cpu_suspend | CPU | Double | Baseline power consumption when the CPU is in the sleep state.
- Power consumption type: software power consumption
- Statistical method: Power consumption = Usage duration x Power consumption benchmark|
| cpu_active | CPU | Double | Baseline power consumption when the CPU is in the active state.
- Power consumption type: software power consumption
- Statistical method: Power consumption = Usage duration x Power consumption benchmark|
- | cpu_clusters
cpu_speed_clusterX | CPU | Double array| cpu\_clusters: baseline power consumption of a CPU cluster. The value is in array format and is used to configure the baseline power consumption for different CPU clusters. The default configuration provides the baseline power consumption for three CPU clusters.
cpu\_speed\_clusterX: baseline power consumption of a CPU cluster at different frequencies, in array format. **X** indicates the sequence number. By default, its value ranges from **0** to **2**, corresponding to the size of the **cpu_clusters** array. For example, if the default size of the **cpu_clusters** array is **3**, the sequence number corresponds to the configuration items **cpu_speed_cluster0**, **cpu_speed_cluster1**, and **cpu_speed_cluster2**.
- Scalability: scalability of CPU clusters
- Power consumption type: software power consumption
- Statistical method: Power consumption = Usage duration x Power consumption benchmark|
+ | cpu_clusters
cpu_speed_clusterX | CPU | Double array| **cpu\_clusters**: baseline power consumption of a CPU cluster. The value is in array format and is used to configure the baseline power consumption for different CPU clusters. The default configuration provides the baseline power consumption for three CPU clusters.
**cpu\_speed\_clusterX**: baseline power consumption of a CPU cluster at different frequencies, in array format. **X** indicates the sequence number. By default, its value ranges from **0** to **2**, corresponding to the size of the **cpu_clusters** array. For example, if the default size of the **cpu_clusters** array is **3**, the sequence number corresponds to the configuration items **cpu_speed_cluster0**, **cpu_speed_cluster1**, and **cpu_speed_cluster2**.
- Scalability: scalability of CPU clusters
- Power consumption type: software power consumption
- Statistical method: Power consumption = Usage duration x Power consumption benchmark|
>**NOTE**
The hardware type described in the table is the actual hardware name and does not represent the power consumption statistics type. For details about the power consumption statistics type, see [ConsumptionType](https://gitee.com/openharmony/docs/blob/master/en/application-dev/reference/apis/js-apis-batteryStatistics.md#consumptiontype).
@@ -197,6 +197,6 @@ The following uses [DAYU200](https://gitee.com/openharmony/vendor_hihope/tree/ma
During development, you can refer to the [default power consumption statistics configuration](https://gitee.com/openharmony/powermgr_battery_statistics/tree/master/services/profile/power_average.json).
-Default packing path: /system/etc/profile
+Default packing path: `/system/etc/profile`
-Customization path: /vendor/etc/profile
+Customization path: `/vendor/etc/profile`
diff --git a/en/device-dev/subsystems/subsys-power-temperature-protection.md b/en/device-dev/subsystems/subsys-power-temperature-protection.md
index aea260b47745b0fc47cf41e9d5e37cc34714f6b0..0dc460adc331f02dfe8ba3a51bda162bae96362e 100644
--- a/en/device-dev/subsystems/subsys-power-temperature-protection.md
+++ b/en/device-dev/subsystems/subsys-power-temperature-protection.md
@@ -172,4 +172,4 @@ During development, you can refer to the [default power temperature protection c
}
}
```
-Packing path: /system/etc/battery
+Packing path: `/system/etc/battery`