diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md b/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md index 998132ba0d5f0bf0623edf9a679f1b5e1c80344d..e64cc5b50c418e0cf4145338a446a86d4cb4c381 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-parameter.md @@ -215,8 +215,8 @@ set(key: string, value: string): Promise<void> | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | -| key | string | 是 | 待待设置的系统属性Key。 | -| value| string | 否 | 待设置的系统属性值。 | +| key | string | 是 | 待设置的系统属性Key。 | +| value| string | 是 | 待设置的系统属性值。 | **返回值:**