Merge pull request #4890 from spekulatius/patch-1

DOCS fixing typo
This commit is contained in:
Daniel Hensby 2016-01-05 14:35:17 +03:00
commit 066dff4123
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class DateField extends TextField {
$this->valueObj = null;
}
} else {
// Setting in corect locale.
// Setting in correct locale.
// Caution: Its important to have this check *before* the ISO date fallback,
// as some dates are falsely detected as ISO by isDate(), e.g. '03/04/03'
// (en_NZ for 3rd of April, definetly not yyyy-MM-dd)