Skip to content

Commit

Permalink
Fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Jul 28, 2023
1 parent c8eaafc commit b000dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/nodes/widgets/ui-dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ props:
<script setup>
</script>

# dropdown `ui-dropdown`
# Dropdown `ui-dropdown`

Adds a dropdown to your dashboard that will emit values in Node-RED under `msg.payload` anytime it's value is changed.

Expand Down
2 changes: 1 addition & 1 deletion docs/nodes/widgets/ui-text-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ props:
<script setup>
</script>

# Button `ui-text-input`
# Text Input `ui-text-input`

Adds a single text input row to your dashboard, with a configurable "type" (text, password, etc).

Expand Down

0 comments on commit b000dc2

Please sign in to comment.