Skip to content

Commit 71924b3

Browse files
committed
Fix typo in docs
1 parent 450dfcd commit 71924b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/overriding_controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ specific needs of your application.
1010

1111
> Overriding the controller requires to duplicate all the logic of the action.
1212
> 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
13+
> to implement the functionality. Replacing the whole controller should be
1414
> considered as the last solution when nothing else is possible.
1515
1616
The first step to overriding a controller in the bundle is to create a child

0 commit comments

Comments
 (0)