diff --git a/en/application-dev/reference/apis/js-apis-util.md b/en/application-dev/reference/apis/js-apis-util.md index 9fa1a19b64693dbd2edc77be8fc9831bbb6a2e03..14275561709a8441628df8bf66b67677db39da82 100644 --- a/en/application-dev/reference/apis/js-apis-util.md +++ b/en/application-dev/reference/apis/js-apis-util.md @@ -1780,9 +1780,9 @@ Checks whether the input value is of the **Date** type. | value | Object | Yes | Object to check. | - Return values - | Type | Description | + | Type | Description | | -------- | -------- | - | boolean | Returns **true** if the input value is of the **Data** type; returns **false** otherwise. | + | boolean | Returns **true** if the input value is of the **Date** type; returns **false** otherwise. | - Example