Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix 'either' typo in Time
  • Loading branch information
bcrowe committed Jul 1, 2014
1 parent 1ed5871 commit 99df987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility/Time.php
Expand Up @@ -29,7 +29,7 @@ class Time extends Carbon implements JsonSerializable {
* The format to use when formatting a time using `Cake\Utility\Time::i18nFormat()`
* and `__toString`
*
* The format should be eiter the formatting constants from IntDateFormatter as
* The format should be either the formatting constants from IntDateFormatter as
* described in (http://www.php.net/manual/en/class.intldateformatter.php) or a pattern
* as specified in (http://www.icu-project.org/apiref/icu4c/classSimpleDateFormat.html#details)
*
Expand Down

0 comments on commit 99df987

Please sign in to comment.