diff --git a/api/@ohos.configPolicy.d.ts b/api/@ohos.configPolicy.d.ts index c7f19d5baadcf7a75f0b57f262411ca224a1c8f1..f7dc969833d3f52cf1a85fc1d9932409f9b3bb10 100644 --- a/api/@ohos.configPolicy.d.ts +++ b/api/@ohos.configPolicy.d.ts @@ -30,7 +30,7 @@ declare namespace configPolicy { * @systemapi Hide this for inner system use. * @syscap SystemCapability.Customization.ConfigPolicy * @param relPath the relative path of the config file. - * @return Returns the path of the highest priority config file. + * @returns Returns the path of the highest priority config file. * @throws { BusinessError } 401 - invalid input parameter. */ function getOneCfgFile(relPath: string, callback: AsyncCallback); @@ -43,7 +43,7 @@ declare namespace configPolicy { * @systemapi Hide this for inner system use. * @syscap SystemCapability.Customization.ConfigPolicy * @param relPath the relative path of the config file. - * @return Returns paths of config files. + * @returns Returns paths of config files. * @throws { BusinessError } 401 - invalid input parameter. */ function getCfgFiles(relPath: string, callback: AsyncCallback>); @@ -55,7 +55,7 @@ declare namespace configPolicy { * @since 8 * @systemapi Hide this for inner system use. * @syscap SystemCapability.Customization.ConfigPolicy - * @return Returns paths of config directories. + * @returns Returns paths of config directories. * @throws { BusinessError } 401 - invalid input parameter. */ function getCfgDirList(callback: AsyncCallback>);