Skip to content

Commit d57a560

Browse files
committed
minor #20239 Fix typo in value_resolver.rst (simoheinonen, OskarStark)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead. Discussion ---------- Fix typo in value_resolver.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- c2b0315 Update controller/value_resolver.rst 56ab079 Update value_resolver.rst
2 parents 912d988 + c2b0315 commit d57a560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/value_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Symfony ships with the following value resolvers in the
106106
.. tip::
107107

108108
The ``DateTimeInterface`` object is generated with the :doc:`Clock component </components/clock>`.
109-
This. gives your full control over the date and time values the controller
109+
This gives you full control over the date and time values the controller
110110
receives when testing your application and using the
111111
:class:`Symfony\\Component\\Clock\\MockClock` implementation.
112112

0 commit comments

Comments
 (0)