8000
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 1c1df71 commit d6e09c6Copy full SHA for d6e09c6
controller/service.rst
@@ -88,7 +88,7 @@ Alternatives to base Controller Methods
88
When using a controller defined as a service, you can still extend any of the
89
:ref:`normal base controller <the-base-controller-class-services>` classes and
90
use their shortcuts. But, you don't need to! You can choose to extend *nothing*,
91
-and use dependency injection to access difference services.
+and use dependency injection to access different services.
92
93
The base `Controller class source code`_ is a great way to see how to accomplish
94
common tasks. For example, ``$this->render()`` is usually used to render a Twig
0 commit comments