Skip to content

Commit d6e09c6

Browse files
zrashwanijaviereguiluz
authored andcommitted
Update grammar mistake
1 parent 1c1df71 commit d6e09c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/service.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Alternatives to base Controller Methods
8888
When using a controller defined as a service, you can still extend any of the
8989
:ref:`normal base controller <the-base-controller-class-services>` classes and
9090
use their shortcuts. But, you don't need to! You can choose to extend *nothing*,
91-
and use dependency injection to access difference services.
91+
and use dependency injection to access different services.
9292

9393
The base `Controller class source code`_ is a great way to see how to accomplish
9494
common tasks. For example, ``$this->render()`` is usually used to render a Twig

0 commit comments

Comments
 (0)