Skip to content

Commit 36b3ff4

Browse files
committed
[symfony#10554] fix a minor typo
1 parent 343db13 commit 36b3ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ and many others that you'll learn about next.
147147
.. tip::
148148

149149
You can extend either ``Controller`` or ``AbstractController``. The difference
150-
is that when you extend ``AbstractController``, you can't access to your services
150+
is that when you extend ``AbstractController``, you can't access your services
151151
via ``$this->get()`` or ``$this->container->get()``, only to a set of common
152152
Symfony services. This forces you to write more robust code to access services.
153153

0 commit comments

Comments
 (0)