]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fix minor typos in the changelog
authorMike Causer <mcauser@gmail.com>
Fri, 28 Aug 2015 03:28:45 +0000 (13:28 +1000)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 9 Nov 2015 05:08:11 +0000 (21:08 -0800)
CHANGELOG.md

index 7da0b1fc08c4cfcf178b88d8a625f387b8eb4966..1ace83402baf967852cd33e617a58c9e45554d5e 100644 (file)
@@ -44,7 +44,7 @@ languages:
 * [2097](https://github.com/moment/moment/issues/2097) add ar-tn locale
 
 deprecations:
-* [2074](https://github.com/moment/moment/issues/2074) Implement `moment.fn.utcOffset`, deprecate `momen.fn.zone`
+* [2074](https://github.com/moment/moment/issues/2074) Implement `moment.fn.utcOffset`, deprecate `moment.fn.zone`
 
 features:
 * [2088](https://github.com/moment/moment/issues/2088) add moment.fn.isBetween
@@ -271,7 +271,7 @@ Bugfix: Fixed parsing of first century dates
 
 Bugfix: Parsing 10Sep2001 should work as expected
 
-Bugfix: Fixed wierdness with `moment.utc()` parsing.
+Bugfix: Fixed weirdness with `moment.utc()` parsing.
 
 Changed language ordinal method to return the number + ordinal instead of just the ordinal.