diff --git a/components/options_resolver.rst b/components/options_resolver.rst index 6e239e2f421..52ba3c647dc 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -360,7 +360,7 @@ pretend that the ``host`` should always start with ``http://``. To do that, you can write normalizers. These closures will be executed after all options are passed and should return the normalized value. You can configure these normalizers by calling -:method:`Symfony\\Components\\OptionsResolver\\OptionsResolver::setNormalizers`:: +:method:`Symfony\\Component\\OptionsResolver\\OptionsResolver::setNormalizers`:: // ... protected function setDefaultOptions(OptionsResolverInterface $resolver)