Skip to content

Commit ffe7b85

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Fix: Typo Small typo, additional backtick
2 parents 1820276 + addd166 commit ffe7b85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/clock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for different use cases:
1717
:class:`Symfony\\Component\\Clock\\MockClock`
1818
Commonly used in tests as a replacement for the ``NativeClock`` to be able
1919
to freeze and change the current time using either ``sleep()`` or ``modify()``.
20-
:class:`Symfony\\Component\\Clock\\MonotonicClock``
20+
:class:`Symfony\\Component\\Clock\\MonotonicClock`
2121
Relies on ``hrtime()`` and provides a high resolution, monotonic clock,
2222
when you need a precise stopwatch.
2323

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The notifier component supports the following channels:
3636
.. tip::
3737

3838
Use :doc:`secrets </configuration/secrets>` to securely store your
39-
API's tokens.
39+
API tokens.
4040

4141
.. _notifier-sms-channel:
4242

0 commit comments

Comments
 (0)