From 3d912776a6d543cc860c1567701f0bad608bb6dd Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Fri, 15 Apr 2022 17:09:02 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/application-dev/reference/apis/js-apis-huks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-huks.md b/en/application-dev/reference/apis/js-apis-huks.md index 804832a1d4..3d8e138fd1 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** -- GitLab