diff --git a/en/contribute/template/js-template.md b/en/contribute/template/js-template.md index e92b7434fd0d9d2f86314f6df1e9fa9c4dd42a1a..70002f0f5080c274867ccea5a6741a7d4d021aa5 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