diff --git a/src/date/timezone.js b/src/date/timezone.js index c773e53..479d540 100644 --- a/src/date/timezone.js +++ b/src/date/timezone.js @@ -2,7 +2,7 @@ * Timezone * (c) 2013 Bill, BunKat LLC. * -* Configures helper functions to switch between useing local time and UTC. Later +* Configures helper functions to switch between using local time and UTC. Later * uses UTC time by default. * * Later is freely distributable under the MIT license. @@ -38,4 +38,4 @@ later.date.UTC = function() { later.date.timezone(false); }; later.date.localTime = function() { later.date.timezone(true); }; // use UTC by default -later.date.UTC(); \ No newline at end of file +later.date.UTC();