Skip to content

Commit 9ef8a4c

Browse files
committed
Merge pull request symfony#2330 from caponica/class_extension_typo
Minor grammatical correction
2 parents 8443b18 + ecb27db commit 9ef8a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/event_dispatcher/class_extension.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ and *add* the method ``bar()``:
116116
}
117117
}
118118
119-
Finally, add the new ``bar`` method to the ``Foo`` class by register an
119+
Finally, add the new ``bar`` method to the ``Foo`` class by registering an
120120
instance of ``Bar`` with the ``foo.method_is_not_found`` event:
121121

122122
.. code-block:: php

0 commit comments

Comments
 (0)