Skip to content

Commit

Permalink
UI-Control Docs Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgjgh committed Nov 4, 2024
1 parent e307397 commit b00450f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/nodes/widgets/ui-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Currently, we support the following controls:

### Navigation

You can programmaticaly force navigation with the following payloads with `ui-control`:
You can programmatically force navigation with the following payloads with `ui-control`:

#### Change Page

Explicitely choose the page you want to navigate to:
Explicitly choose the page you want to navigate to:

```js
// String
Expand Down Expand Up @@ -98,7 +98,7 @@ msg.payload = {

### Show/Hide

You can programmaticaly show/hide groups and pages with the following payload into `ui-control`:
You can programmatically show/hide groups and pages with the following payload into `ui-control`:

```js
msg.payload = {
Expand All @@ -117,7 +117,7 @@ _Note:_ `pages` can be subbed with `tabs` as per Dashboard 1.0 and `groups` can

### Enable/Disable

You can programmaticaly disable/enable groups and pages with the following payload into `ui-control`:
You can programmatically disable/enable groups and pages with the following payload into `ui-control`:

```js
msg.payload = {
Expand Down

0 comments on commit b00450f

Please sign in to comment.