Skip to content

Commit 33c7b12

Browse files
committed
Use plural name
1 parent 9196b61 commit 33c7b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ can set this option to generate forms compatible with the Bootstrap 4 CSS framew
348348
use Symfony\Config\TwigConfig;
349349
350350
return static function (TwigConfig $twig) {
351-
$twig->formTheme(['bootstrap_4_layout.html.twig']);
351+
$twig->formThemes(['bootstrap_4_layout.html.twig']);
352352
353353
// ...
354354
};

0 commit comments

Comments
 (0)