We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5aa207 commit 7e0c96eCopy full SHA for 7e0c96e
src/TwigComponent/src/DependencyInjection/TwigComponentExtension.php
@@ -230,7 +230,7 @@ public function getConfigTreeBuilder(): TreeBuilder
230
->defaultValue('%kernel.debug%')
231
->end()
232
->booleanNode('short_syntax')
233
- ->info('Enables the short syntax for Twig Components (the <twig: prefix is optional)')
+ ->info('Enables the short syntax for Twig Components (the `twig:` prefix is optional)')
234
->defaultValue(false)
235
236
->scalarNode('controllers_json')
0 commit comments