diff --git a/en/application-dev/security/huks-overview.md b/en/application-dev/security/huks-overview.md
index 271fd86195784581a07554c0bc47c924b8f124cd..c43981270787a134a8f129165c6e601f39aee887 100644
--- a/en/application-dev/security/huks-overview.md
+++ b/en/application-dev/security/huks-overview.md
@@ -20,7 +20,7 @@ HUKS manages keys through the following operations:
- **Finish**: processes all data transferred to HUKS and then releases resources.
- >**NOTICE**:
If an error occurs in the **Init**, **Update**, or **Finish** operation, you must invoke the **Abort** operation to terminate the use of the key.
+ >**NOTICE**
The **Abort** operation is invoked to terminate the use of the key when an error occurs in the **Init**, **Update**, or **Finish** operation.
### Constraints