diff --git a/zh-cn/application-dev/reference/apis/js-apis-config-policy.md b/zh-cn/application-dev/reference/apis/js-apis-config-policy.md index eb785ee6425d990141262173c47884e3df4d79c1..d79d5fdba78a9ea51a50f876b45e73cd160db4fa 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-config-policy.md +++ b/zh-cn/application-dev/reference/apis/js-apis-config-policy.md @@ -73,8 +73,8 @@ getOneCfgFile(relPath: string): Promise<string> getCfgFiles(relPath: string, callback: AsyncCallback<Array<string>>) -按优先级从低到高,使用callback形式返回指定文件名所有的文件列表。例如,config.xml在设备中存在以下路径(优先级从低到高):/system/etc/config.xml、 -/sys_pod/etc/config.xml,最终返回/system/etc/config.xml, /sys_pod/etc/config.xml。 +按优先级从低到高,使用callback形式返回指定文件名所有的文件列表。 +例如,config.xml在设备中存在以下路径(优先级从低到高):/system/etc/config.xml、/sys_pod/etc/config.xml,最终返回/system/etc/config.xml, /sys_pod/etc/config.xml。 **系统能力**:SystemCapability.Customization.ConfigPolicy