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 343db13 commit 36b3ff4Copy full SHA for 36b3ff4
controller.rst
@@ -147,7 +147,7 @@ and many others that you'll learn about next.
147
.. tip::
148
149
You can extend either ``Controller`` or ``AbstractController``. The difference
150
- is that when you extend ``AbstractController``, you can't access to your services
+ is that when you extend ``AbstractController``, you can't access your services
151
via ``$this->get()`` or ``$this->container->get()``, only to a set of common
152
Symfony services. This forces you to write more robust code to access services.
153
0 commit comments