Skip to content

Commit 14de8bf

Browse files
committed
Small fixes
1 parent 7cac36b commit 14de8bf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/preference-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ The function is `async` so you can use `await` when fetching the preferences.
6969

7070
The `getPreferences()` function returns an object with two properties:
7171

72-
* **Theme**Either **Light** or **Dark**, representing the current theme setting in Studio Pro
73-
* **Language**A string representing the current language setting, such as `en_US` for English (United States)
72+
* Theme – either **Light** or **Dark**, representing the current theme setting in Studio Pro
73+
* Language – a string representing the current language setting, such as `en_US` for English (United States)
7474

7575
## Extensibility Feedback
7676

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/runtime-configuration-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ The function is `async` so you can use `await` when executing the preview action
8686

8787
The `getConstants()` function returns an array of constant objects, each with the following properties:
8888

89-
* `isPrivate`A Boolean indicating whether the constant value is hidden (true) or accessible (false)
90-
* `constantName`The fully qualified name of the constant (for example, `MyModule.MyConstant`)
91-
* `value`The constant value as a string (only present when `isPrivate` is false)
89+
* `isPrivate`a Boolean indicating whether the constant value is hidden (true) or accessible (false)
90+
* `constantName`the fully qualified name of the constant (for example, `MyModule.MyConstant`)
91+
* `value`the constant value as a string (only present when `isPrivate` is false)
9292

9393
## Accessing Private Constants
9494

0 commit comments

Comments
 (0)