diff --git a/playground/dan/example/test-uischema.json b/playground/dan/example/test-uischema.json index d87978bf..cf37d11d 100644 --- a/playground/dan/example/test-uischema.json +++ b/playground/dan/example/test-uischema.json @@ -2,7 +2,7 @@ "favoriteFruit": { "ui:widget": "select", "ui:placeholder": "Choose a fruit", - "ui:description": "This list of fruits was sourced from *task data* and it is using markdown in **this description** .", + "ui:description": "This list of fruits was sourced from *task data* and it is using markdown in **this description** and .", "ui:enableMarkdownInDescription": true, "ui:help": "Select a fruit from the dropdown list populated from Task Data." }