8000 typehinted > type-hinted · symfony/symfony-docs@14d77e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14d77e1

Browse files
author
Iltar van der Berg
committed
typehinted > type-hinted
1 parent ca014a6 commit 14d77e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/controller/argument_value_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Extending Action Argument Resolving
88
The ``ArgumentResolver`` and value resolvers were introduced in Symfony 3.1.
99

1010
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
11+
object via an argument in your controller. This argument has to be type-hinted
1212
by the ``Request`` class in order to be recognized. This is done via the
1313
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver`. By
1414
creating and registering custom argument value resolvers, you can extend

0 commit comments

Comments
 (0)
0