From 1d273683b52292442e2199e3c9381316d10322ff Mon Sep 17 00:00:00 2001 From: cheng_jinsong Date: Fri, 14 Oct 2022 07:48:21 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/apis/js-apis-system-parameterV9.md. Signed-off-by: cheng_jinsong Signed-off-by: cheng_jinsong --- .../reference/apis/js-apis-system-parameterV9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-parameterV9.md b/zh-cn/application-dev/reference/apis/js-apis-system-parameterV9.md index 3ded7f158e..da63098758 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-system-parameterV9.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-parameterV9.md @@ -11,7 +11,7 @@ ## 导入模块 ```ts -import systemparameter from '@ohos.systemparameterV9' +import systemparameter from '@ohos.systemParameterV9' ``` ## SystemParameterErrorCode -- GitLab