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:
17
17
:class: `Symfony\\ Component\\ Clock\\ MockClock `
18
18
Commonly used in tests as a replacement for the ``NativeClock `` to be able
19
19
to freeze and change the current time using either ``sleep() `` or ``modify() ``.
20
- :class: `Symfony\\ Component\\ Clock\\ MonotonicClock` `
20
+ :class: `Symfony\\ Component\\ Clock\\ MonotonicClock `
21
21
Relies on ``hrtime() `` and provides a high resolution, monotonic clock,
22
22
when you need a precise stopwatch.
23
23
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The notifier component supports the following channels:
36
36
.. tip ::
37
37
38
38
Use :doc: `secrets </configuration/secrets >` to securely store your
39
- API's tokens.
39
+ API tokens.
40
40
41
41
.. _notifier-sms-channel :
42
42
You can’t perform that action at this time.
0 commit comments