We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a8c75 commit cf0a466Copy full SHA for cf0a466
bundles/extension.rst
@@ -19,7 +19,7 @@ follow these conventions (but later you'll learn how to skip them if needed):
19
* It has to live in the ``DependencyInjection`` namespace of the bundle;
20
21
* It has to implement the :class:`Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface`,
22
- which is usually achieve by extending the
+ which is usually achieved by extending the
23
:class:`Symfony\\Component\\DependencyInjection\\Extension\\Extension` class;
24
25
* The name is equal to the bundle name with the ``Bundle`` suffix replaced by
0 commit comments