From 88ba35a9d6acb390ea0b7ca3cfbd806c69a4eae0 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Mon, 28 Feb 2022 20:16:54 +0800 Subject: [PATCH] update docs Signed-off-by: zengyawen --- en/application-dev/reference/apis/js-apis-util.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-util.md b/en/application-dev/reference/apis/js-apis-util.md index 9fa1a19b64..1427556170 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 -- GitLab