Skip to content

Commit

Permalink
Fix typo in quiver.time docs (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordine committed Mar 10, 2020
1 parent 246e754 commit 298637e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ supporting a number of use-cases, including:
## [quiver.time][]

`Clock` provides points in time relative to the current point in time, for
example: now, 2 days ago, 4 weeks from now, etc. For tesability, use Clock
example: now, 2 days ago, 4 weeks from now, etc. For testability, use Clock
rather than other ways of accessing time, like `new DateTime()`, so that you
can use a fake time function in your tests to control time.

Expand Down

0 comments on commit 298637e

Please sign in to comment.