Skip to content

Commit c0dba0a

Browse files
Update page.md
1 parent f8a5aa6 commit c0dba0a

File tree

1 file changed

+1
-1
lines changed
  • src/app/docs/parameters/setup

1 file changed

+1
-1
lines changed

src/app/docs/parameters/setup/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The configuration page will be hidden automatically when there are no parameters
2222
All the parameters are added sequentially to the config page and you can add as many parameters as you want. This allows complete control over the layout of the configuration page.
2323

2424
{% callout title="Note on Persistence" %}
25-
Parameters are **not** persistent and values will be lost when the device is reset, therefore it's recommended to process or save them as per your application upon receiving [`onConfig`](/docs/parameters/on-config) callback.
25+
Parameters are not persistent and values will be lost when the device is reset, therefore it's recommended to process or save them as per your application upon receiving [`onConfig`](/docs/parameters/on-config) callback.
2626
{% /callout %}
2727

2828
## Parameter Types

0 commit comments

Comments
 (0)