Skip to content

Commit 9963782

Browse files
authored
Fix confusing character in class name
1 parent 4afbfd1 commit 9963782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/bootstrap5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Form type or ``ChoiceType`` configuration) to the label class.
114114
$builder
115115
->add('myCheckbox', CheckboxType::class, [
116116
'label_attr' => [
117-
'class' => '`checkbox-inline',
117+
'class' => 'checkbox-inline',
118118
],
119119
])
120120
->add('myRadio', RadioType::class, [

0 commit comments

Comments
 (0)