Skip to content
Prev Previous commit
docs(fakeTimers): Fix small typo
  • Loading branch information
MatanBobi committed Jul 26, 2020
commit 624767079c0a07ac7a8861451b0a007e36388526
2 changes: 1 addition & 1 deletion docs/using-fake-timers.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In some cases, when your code uses timers (`setTimeout`, `setInterval`,
flaky.

To solve these problems, or if you need to rely on specific timestamps in your
tests, most testing frameworks offer the option to replace the real timers in
code, most testing frameworks offer the option to replace the real timers in
your tests with fake ones. This should be used sporadically and not on a regular
basis since using it contains some overhead.

Expand Down