Skip to content

Commit c18a1e4

Browse files
author
Kasper Hansen
committed
docs: fix missing space in JSON snippet for UX Autocomplete
1 parent 6770308 commit c18a1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ a :ref:`custom autocompleter <custom-autocompleter>`:
724724
{
725725
"results": [
726726
{ "value": "1", "text": "Pizza" },
727-
{ "value": "2", "text":"Banana"}
727+
{ "value": "2", "text": "Banana"}
728728
]
729729
}
730730

0 commit comments

Comments
 (0)