]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fixed typos 549/head
authorPascal Borreli <pascal@borreli.com>
Sat, 15 Dec 2012 23:48:44 +0000 (23:48 +0000)
committerPascal Borreli <pascal@borreli.com>
Sat, 15 Dec 2012 23:48:44 +0000 (23:48 +0000)
readme.md

index ebde23cad0ebc31c1b0ab1bed7bd59a8f01a0f4c..8222abb4dd3fba5118fed4c2bfab6f85355b5645 100755 (executable)
--- 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