From a2812199d41fb202f86c1ed5f191dde9aa49f7c7 Mon Sep 17 00:00:00 2001 From: Mohamed Ali Rajab Date: Thu, 7 Aug 2025 16:14:58 +0100 Subject: [PATCH] Update adding-configuration-page-modern.md --- modules/creation/adding-configuration-page-modern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/creation/adding-configuration-page-modern.md b/modules/creation/adding-configuration-page-modern.md index 36c76463c8..afb6e03bbe 100644 --- a/modules/creation/adding-configuration-page-modern.md +++ b/modules/creation/adding-configuration-page-modern.md @@ -110,7 +110,7 @@ class DemoConfigurationFormType extends TranslatorAwareType ``` -This form has only one setting : `config_test`, of type `Symfony\Component\Form\Extension\Core\Type\TextType`. +This form has only one setting : `config_text`, of type `Symfony\Component\Form\Extension\Core\Type\TextType`. ### Register your newly created form type