Skip to content

Commit cf0a466

Browse files
committed
[#8620] minor typo fix
1 parent 34a8c75 commit cf0a466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ follow these conventions (but later you'll learn how to skip them if needed):
1919
* It has to live in the ``DependencyInjection`` namespace of the bundle;
2020

2121
* It has to implement the :class:`Symfony\\Component\\DependencyInjection\\Extension\\ExtensionInterface`,
22-
which is usually achieve by extending the
22+
which is usually achieved by extending the
2323
:class:`Symfony\\Component\\DependencyInjection\\Extension\\Extension` class;
2424

2525
* The name is equal to the bundle name with the ``Bundle`` suffix replaced by

0 commit comments

Comments
 (0)