Skip to content

Commit

Permalink
minor #20239 Fix typo in value_resolver.rst (simoheinonen, OskarStark)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
OskarStark committed Sep 19, 2024
2 parents 912d988 + c2b0315 commit d57a560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/value_resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Symfony ships with the following value resolvers in the
.. tip::

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

Expand Down

0 comments on commit d57a560

Please sign in to comment.