Skip to content

Commit 9059029

Browse files
committed
minor symfony#9127 Update grammar mistake (zrashwani)
This PR was submitted for the 3.4 branch but it was merged into the 3.3 branch instead (closes symfony#9127). Discussion ---------- Update grammar mistake Commits ------- d6e09c6 Update grammar mistake
2 parents 1c1df71 + d6e09c6 commit 9059029

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)