diff --git a/en/application-dev/reference/apis/js-apis-screen.md b/en/application-dev/reference/apis/js-apis-screen.md index 47cb10179c1d12d9bd7d010b9db08dc316b57f7f..0f5d909e9b038c65bcd353afae633495a9bd2c4b 100644 --- a/en/application-dev/reference/apis/js-apis-screen.md +++ b/en/application-dev/reference/apis/js-apis-screen.md @@ -154,7 +154,7 @@ Sets the screen to the expanded mode. This API uses an asynchronous callback to | Name | Type | Mandatory| Description | | -------- | ------------------------------------------ | ---- | -------------------------------- | | options | Array<[ExpandOption](#expandoption)> | Yes | Parameters for expanding the screen. | -| callback | Callback<number> | Yes | Callback used to return the group ID of the expanded screens.| +| callback | AsyncCallback<number> | Yes | Callback used to return the group ID of the expanded screens.| **Error codes**