Skip to content

Commit

Permalink
readme: Fix setInterval typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jul 18, 2017
1 parent 50e1fc4 commit a01b5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -14,7 +14,7 @@ Provides `travel` and `freeze` functionality for your Node.js tests.
## Features/problems

- Please note, that if you are using time freezing, `setTimeout` and
`setInteval` won't work as expected, since they are using the `Date`
`setInterval` won't work as expected, since they are using the `Date`
class, but the time will not change until you call `timekeeper#reset`.

## Installation
Expand Down

0 comments on commit a01b5fc

Please sign in to comment.