diff --git a/en/application-dev/reference/apis/js-apis-settings.md b/en/application-dev/reference/apis/js-apis-settings.md index b2af7ae69ec75c10e8e25129a8e8b8429fa4096a..afb02dba1e8104b405b6d280c75e55466d398165 100644 --- a/en/application-dev/reference/apis/js-apis-settings.md +++ b/en/application-dev/reference/apis/js-apis-settings.md @@ -97,8 +97,8 @@ To use this method, you must have the **ohos.permission.WRITE_SYSTEM_SETTING** p ``` import featureAbility from '@ohos.featureAbility'; - // Update the value of 'settings.screen.brightness'. (As this data item exists in the database, the setValue method will - update the value of the data item.) + // Update the value of 'settings.screen.brightness'. (As this data item exists in the database, the setValue method + will update the value of the data item.) let brightness = 'settings.screen.brightness'; let uri = settings.getUri(brightness); let helper = featureAbility.acquireDataAbilityHelper(uri);