diff --git a/cookbook/bundles/extension.rst b/cookbook/bundles/extension.rst index 8e082fc1043..651ac115159 100644 --- a/cookbook/bundles/extension.rst +++ b/cookbook/bundles/extension.rst @@ -492,7 +492,7 @@ configuration arrays together. The ``Configuration`` class can be much more complicated than shown here, supporting array nodes, "prototype" nodes, advanced validation, XML-specific normalization and advanced merging. You can read more about this in :doc:`the Config Component documentation`. -You can also see it action by checking out some of the core Configuration classes, +You can also see it in action by checking out some of the core Configuration classes, such as the one from the `FrameworkBundle Configuration`_ or the `TwigBundle Configuration`_. .. index::