From f541ba32b3a6497a1c882f38af37a2fea221bfa7 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Sat, 15 Dec 2012 23:48:44 +0000 Subject: [PATCH] Fixed typos --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2