Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Dec 31, 2023
1 parent 7847178 commit 910ae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/widget-expressions-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The widget expression system can create objects in two different ways:
```
In this example, a variable is set to an object with keys `name` and `selected` using JavaScript object expression syntax.
- YAML object syntax
- YAML object syntax:

The other way to create objects is to take advantage of the relationship between YAML and JSON and place the key:value pairs as YAML keys under the initial key.

Expand Down

0 comments on commit 910ae8c

Please sign in to comment.