Skip to content

Commit 0f8dd9d

Browse files
committed
fix doc
1 parent ea60038 commit 0f8dd9d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Derafu: Symfony Form Bundle - Integrates derafu/form with Symfony.
1+
# Derafu: Symfony Form Bundle - Integrates derafu/form with Symfony
22

33
Please refer to the [documentation](https://www.derafu.dev/docs/symfony/form-bundle) for more information.

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function getConfigTreeBuilder(): TreeBuilder
2727
$treeBuilder->getRootNode()
2828
->children()
2929
->scalarNode('twig_prefix')
30-
->info('Prefix for Twig form functions (e.g. "derafu_" → derafu_form(), derafu_form_start()). Empty string for no prefix.')
30+
->info('Prefix for Twig form functions (e.g. "derafu_" → derafu_form(), derafu_form_start()). Defaults to "derafu_" to avoid collisions with symfony/form.')
3131
->defaultValue('derafu_')
3232
->cannotBeEmpty()
3333
->end()

0 commit comments

Comments
 (0)