diff --git a/en/device-dev/driver/driver-platform-pwm-des.md b/en/device-dev/driver/driver-platform-pwm-des.md
index bb5f3354ee70c3f78a77c6ff506ee5b9e856334f..c87a2deeb1ef03fbd2f1c309bc04cfbf539d69bc 100644
--- a/en/device-dev/driver/driver-platform-pwm-des.md
+++ b/en/device-dev/driver/driver-platform-pwm-des.md
@@ -39,7 +39,7 @@ Pulse width modulation (PWM) is a technology that digitally encodes analog signa
| Setting PWM| - **PwmSetPeriod**: sets the PWM period.
- **PwmSetDuty**: sets the signal ON-state time.
- **PwmSetPolarity**: sets the PWM signal polarity.|
| Setting or obtaining PWM configuration| - **PwmSetConfig**: sets PWM device parameters.
- **PwmGetConfig**: obtains PWM device parameters.|
->  **NOTE**
+>  **NOTE**
> All APIs described in this document can be called only in the kernel space.