Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading