From 910ae8c4f4dc7d42b68da24f666099dc84196bef Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sun, 31 Dec 2023 17:32:23 +0100 Subject: [PATCH] Fix minor typo Signed-off-by: Florian Hotze --- ui/widget-expressions-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/widget-expressions-variables.md b/ui/widget-expressions-variables.md index 86cb330ff8..d7197f3e3a 100644 --- a/ui/widget-expressions-variables.md +++ b/ui/widget-expressions-variables.md @@ -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.