From: Pascal Borreli Date: Sat, 15 Dec 2012 23:48:44 +0000 (+0000) Subject: Fixed typos X-Git-Tag: 2.0.0~25^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F549%2Fhead;p=thirdparty%2Fmoment.git Fixed typos --- diff --git a/readme.md b/readme.md index ebde23cad..8222abb4d 100755 --- a/readme.md +++ b/readme.md @@ -140,17 +140,17 @@ Made parse from string and single format 25% faster. ### 0.5.2 -Buxfix for [issue 8](https://github.com/timrwood/underscore.date/pull/8) and [issue 9](https://github.com/timrwood/underscore.date/pull/9). +Bugfix for [issue 8](https://github.com/timrwood/underscore.date/pull/8) and [issue 9](https://github.com/timrwood/underscore.date/pull/9). ### 0.5.1 -Buxfix for [issue 5](https://github.com/timrwood/underscore.date/pull/5). +Bugfix for [issue 5](https://github.com/timrwood/underscore.date/pull/5). ### 0.5.0 Dropped the redundant `_date.date()` in favor of `_date()`. Removed `_date.now()`, as it is a duplicate of `_date()` with no parameters. -Removed `_date.isLeapYear(yearNuumber)`. Use `_date([yearNumber]).isLeapYear()` instead. +Removed `_date.isLeapYear(yearNumber)`. Use `_date([yearNumber]).isLeapYear()` instead. Exposed customization options through the `_date.relativeTime`, `_date.weekdays`, `_date.weekdaysShort`, `_date.months`, `_date.monthsShort`, and `_date.ordinal` variables instead of the `_date.customize()` function. ### 0.4.1 @@ -159,7 +159,7 @@ Added date input formats for input strings. ### 0.4.0 -Added underscore.date to npm. Removed dependancies on underscore. +Added underscore.date to npm. Removed dependencies on underscore. ### 0.3.2