Skip to content

Commit addd5fc

Browse files
committed
postfix is not a word.
1 parent 50079e5 commit addd5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/extension.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Creating an Extension Class
9898
If you do choose to expose a semantic configuration for your bundle, you'll
9999
first need to create a new "Extension" class, which will handle the process.
100100
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
101+
and its name should be constructed by replacing the ``Bundle`` suffix of the
102102
Bundle class name with ``Extension``. For example, the Extension class of
103103
``AcmeHelloBundle`` would be called ``AcmeHelloExtension``::
104104

0 commit comments

Comments
 (0)