From b00450f31e2531668d9e1eea158b767486be708d Mon Sep 17 00:00:00 2001 From: cgjgh <160297365+cgjgh@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:06:17 -0600 Subject: [PATCH] UI-Control Docs Fixes --- docs/nodes/widgets/ui-control.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/nodes/widgets/ui-control.md b/docs/nodes/widgets/ui-control.md index 0e6e28efd..92b2bec56 100644 --- a/docs/nodes/widgets/ui-control.md +++ b/docs/nodes/widgets/ui-control.md @@ -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 @@ -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 = { @@ -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 = {