Skip to content

Commit

Permalink
Merge pull request #23 from Krinkle/patch-1
Browse files Browse the repository at this point in the history
readme: Fix setInterval typo
  • Loading branch information
freewil committed Jul 18, 2017
2 parents 50e1fc4 + a01b5fc commit a54ffe2
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 a54ffe2

Please sign in to comment.