From 5044b0796a5d59d3c0b819108dd953a2fd364bf7 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Sat, 28 May 2022 15:28:15 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/application-dev/reference/apis/js-apis-call.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-call.md b/en/application-dev/reference/apis/js-apis-call.md index ece6f0b320..b80690c730 100644 --- a/en/application-dev/reference/apis/js-apis-call.md +++ b/en/application-dev/reference/apis/js-apis-call.md @@ -311,10 +311,10 @@ Checks whether the called number is an emergency number based on the phone numbe **Parameters** -| Name | Type | Mandatory| Description | -| ----------- | -------------------------------------------------- | ---- | ------------------------------------------------------------ | -| phoneNumber | string | Yes | Phone number. | -| options | [EmergencyNumberOptions](#emergencynumberoptions7) | Yes | Phone number. | +| Name | Type | Mandatory| Description | +| ----------- | -------------------------------------------------- | ---- | -------------------------------------------- | +| phoneNumber | string | Yes | Phone number. | +| options | [EmergencyNumberOptions](#emergencynumberoptions7) | Yes | Phone number option. | | callback | AsyncCallback<boolean> | Yes | Callback used to return the result.
- **true**: The called number is an emergency number.
- **false**: The called number is not an emergency number.| **Example** @@ -339,7 +339,7 @@ Checks whether the called number is an emergency number based on the phone numbe | Name | Type | Mandatory| Description | | ----------- | -------------------------------------------------- | ---- | -------------- | | phoneNumber | string | Yes | Phone number. | -| options | [EmergencyNumberOptions](#emergencynumberoptions7) | Yes | Phone number.| +| options | [EmergencyNumberOptions](#emergencynumberoptions7) | Yes | Phone number option.| **Return value** @@ -398,7 +398,7 @@ A formatted phone number is a standard numeric string, for example, 555 0100. | Name | Type | Mandatory| Description | | ----------- | -------------------------------------------- | ---- | ------------------------------------ | | phoneNumber | string | Yes | Phone number. | -| options | [NumberFormatOptions](#numberformatoptions7) | Yes | Number formatting options, for example, country code. | +| options | [NumberFormatOptions](#numberformatoptions7) | Yes | Number formatting option, for example, country code. | | callback | AsyncCallback<string> | Yes | Callback used to return the result.| **Example** @@ -427,7 +427,7 @@ A formatted phone number is a standard numeric string, for example, 555 0100. | Name | Type | Mandatory| Description | | ----------- | -------------------------------------------- | ---- | ---------------------- | | phoneNumber | string | Yes | Phone number. | -| options | [NumberFormatOptions](#numberformatoptions7) | Yes | Number formatting options, for example, country code.| +| options | [NumberFormatOptions](#numberformatoptions7) | Yes | Number formatting option, for example, country code.| **Return value** -- GitLab