milanvrekic/JS-humanize

broken cases for naturalTime

Opened this issue · 0 comments

Thanks for the cool library! I found a couple things…

naturalTime(time() + 3600) = "in 60 minutes," should be "in 1 hour"

naturalTime(time() + 3631) = "in about 1 hours," should be "in about 1 hour"