Skip to content

Commit 16f7223

Browse files
authored
Fix a typo
1 parent 7f73375 commit 16f7223

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
@@ -52,7 +52,7 @@ Tom Select-powered UI control by adding the ``autocomplete`` option:
5252
5353
->add('portionSize', ChoiceType::class, [
5454
'choices' => [
55-
'Choose a portion size' => '',,
55+
'Choose a portion size' => '',
5656
'small' => 's',
5757
'medium' => 'm',
5858
'large' => 'l',

0 commit comments

Comments
 (0)