From a69a618b4f365181e247c76d83776473096c233d Mon Sep 17 00:00:00 2001 From: Gloria Date: Fri, 20 Jan 2023 15:53:22 +0800 Subject: [PATCH] Update docs against 13008 Signed-off-by: wusongqing --- en/contribute/template/js-template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/contribute/template/js-template.md b/en/contribute/template/js-template.md index e92b7434fd..70002f0f50 100644 --- a/en/contribute/template/js-template.md +++ b/en/contribute/template/js-template.md @@ -112,10 +112,10 @@ import call from '@ohos.telephony.call'; **System capability**: SystemCapability.*A.B* (This part is mandatory.) -| Name | Type | Description | -| ---------------- | ----------------------------------------- | ------------------------------------------ | -| uid | number | User identifier (UID) of a process. | -| pid | number | Process ID (PID) of a process. | +| Name | Type | | Description | +| ---------------- | ----------------------------------------- | ------------------------------------------ | ------------------------------------------ | +| uid | number | 1 | User identifier (UID) of a process. | +| pid | number | 2 | Process ID (PID) of a process. | ## Methods -- GitLab