From d960aa802dc98021270d66cc79f0f7da5eacee06 Mon Sep 17 00:00:00 2001 From: Zeid Rashwani Date: Thu, 25 Jan 2018 01:39:12 +0200 Subject: [PATCH] Update grammar mistake --- controller/service.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/service.rst b/controller/service.rst index 2eb87f72855..acd1eb861cf 100644 --- a/controller/service.rst +++ b/controller/service.rst @@ -91,7 +91,7 @@ Alternatives to base Controller Methods When using a controller defined as a service, you can still extend any of the :ref:`normal base controller ` classes and use their shortcuts. But, you don't need to! You can choose to extend *nothing*, -and use dependency injection to access difference services. +and use dependency injection to access different services. The base `Controller class source code`_ is a great way to see how to accomplish common tasks. For example, ``$this->render()`` is usually used to render a Twig