diff --git a/en/application-dev/reference/apis/js-apis-update.md b/en/application-dev/reference/apis/js-apis-update.md index 98cbc966fb8ee4973573fd80fc8255192aa7afc5..03361eb46101ffe44c62791dab66ac4f0ee0bbf3 100644 --- a/en/application-dev/reference/apis/js-apis-update.md +++ b/en/application-dev/reference/apis/js-apis-update.md @@ -325,7 +325,7 @@ Installs the update package. This API uses an asynchronous callback to return th | Name | Type | Mandatory| Description | | -------- | -------- | ---- | ---------------------- | -| callback | AsyncCallback\ | Yes | Callback used to return the result.| +| callback | AsyncCallback\| Yes | Callback used to return the result.| **Example** @@ -386,7 +386,7 @@ Sets the update policy. This API uses an asynchronous callback to return the res | Name | Type | Mandatory| Description | | -------- | ----------------------------- | ---- | ------------ | | policy | [UpdatePolicy](#updatepolicy) | Yes | Update policy to set.| -| callback | AsyncCallback\ | Yes | Callback used to return the result.| +| callback | AsyncCallback | Yes | Callback used to return the result.| **Example**