8000
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 50079e5 commit addd5fcCopy full SHA for addd5fc
cookbook/bundles/extension.rst
@@ -98,7 +98,7 @@ Creating an Extension Class
98
If you do choose to expose a semantic configuration for your bundle, you'll
99
first need to create a new "Extension" class, which will handle the process.
100
This class should live in the ``DependencyInjection`` directory of your bundle
101
-and its name should be constructed by replacing the ``Bundle`` postfix of the
+and its name should be constructed by replacing the ``Bundle`` suffix of the
102
Bundle class name with ``Extension``. For example, the Extension class of
103
``AcmeHelloBundle`` would be called ``AcmeHelloExtension``::
104
0 commit comments