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 450dfcd commit 71924b3Copy full SHA for 71924b3
Resources/doc/overriding_controllers.md
@@ -10,7 +10,7 @@ specific needs of your application.
10
11
> Overriding the controller requires to duplicate all the logic of the action.
12
> Most of the time, it is easier to use the [events](controller_events.md)
13
-> to implement the functionnality. Replacing the whole controller should be
+> to implement the functionality. Replacing the whole controller should be
14
> considered as the last solution when nothing else is possible.
15
16
The first step to overriding a controller in the bundle is to create a child
0 commit comments