diff --git a/en/device-dev/driver/driver-platform-uart-develop.md b/en/device-dev/driver/driver-platform-uart-develop.md
index 565e815cb5d55c0e8da044db2697a335b1582aee..5f5e3d25e3f8c801251fac77286bcc45489df717 100644
--- a/en/device-dev/driver/driver-platform-uart-develop.md
+++ b/en/device-dev/driver/driver-platform-uart-develop.md
@@ -61,7 +61,7 @@ The UART module adaptation involves the following steps:
3. Instantiate the UART controller object.
- Initialize **UartHost**.
- Instantiate **UartHostMethod** in the **UartHost** object.
- >  **NOTE**
+ >  **NOTE**
> For details about the functions in **UartHostMethod**, see [Available APIs](#available-apis).
4. Debug the driver.