diff --git a/en/application-dev/reference/apis/js-apis-huks.md b/en/application-dev/reference/apis/js-apis-huks.md index 804832a1d404dffa132b55aded09528367869b7c..3d8e138fd13e472bc44da7d892852173f594bedd 100644 --- a/en/application-dev/reference/apis/js-apis-huks.md +++ b/en/application-dev/reference/apis/js-apis-huks.md @@ -924,7 +924,7 @@ Updates a key. This method uses an asynchronous callback to return the result. | handle | number | Yes | Handle of the **Update** operation.| | token | Uint8Array | No| Token of the **Update** operation.| | options | [HuksOptions](#huksoptions) | Yes | Parameter set of the **Update** operation.| -| callback | AsyncCallback\<[HksResult](#hksresult)> | Yes| Callback used to return the operation result.| +| callback | AsyncCallback\<[HuksResult](#huksresult)> | Yes| Callback used to return the operation result.| **Example**