File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments