Skip to content

Commit 6e8d59e

Browse files
committed
[cookbook][form] Fixing another typo per @stof
1 parent d22a47b commit 6e8d59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/twig_form_customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ template and then importing it inside your application configuration:
320320
<!-- app/config/config.xml -->
321321
<twig:config ...>
322322
<twig:form>
323-
<resource>AcmeDemoBundle:Form:fields.html.twig</resource>
323+
<twig:resource>AcmeDemoBundle:Form:fields.html.twig</twig:resource>
324324
</twig:form>
325325
<!-- ... -->
326326
</twig:config>

0 commit comments

Comments
 (0)