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 ca014a6 commit 14d77e1Copy full SHA for 14d77e1
cookbook/controller/argument_value_resolver.rst
@@ -8,7 +8,7 @@ Extending Action Argument Resolving
8
The ``ArgumentResolver`` and value resolvers were introduced in Symfony 3.1.
9
10
In the book, you've learned that you can get the :class:`Symfony\\Component\\HttpFoundation\\Request`
11
-object via an argument in your controller. This argument has to be typehinted
+object via an argument in your controller. This argument has to be type-hinted
12
by the ``Request`` class in order to be recognized. This is done via the
13
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver`. By
14
creating and registering custom argument value resolvers, you can extend
0 commit comments