Skip to content

Commit 303731a

Browse files
committed
documentation symfony#3207 [Autocomplete][Docs] Fix missing space in JSON snippet (Kasper Hansen)
This PR was merged into the 2.x branch. Discussion ---------- [Autocomplete][Docs] Fix missing space in JSON snippet Fixes a minor formatting issue in the JSON example shown under the “Manually using the Stimulus Controller” section, adding the missing space. Commits ------- c18a1e4 docs: fix missing space in JSON snippet for UX Autocomplete
2 parents 6770308 + c18a1e4 commit 303731a

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)