mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 13:53:43 +00:00
docs(filters): fix minor typographical error
Fix a typographical error "it's" -> "its" in the dateFilter documentation
This commit is contained in:
parent
6165bd7d1e
commit
1cfe281a76
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+
|
||||||
* (e.g. `"h o''clock"`).
|
* (e.g. `"h o''clock"`).
|
||||||
*
|
*
|
||||||
* @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or
|
* @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or
|
||||||
* number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.SSSZ and it's
|
* number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.SSSZ and its
|
||||||
* shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is
|
* shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is
|
||||||
* specified in the string input, the time is considered to be in the local timezone.
|
* specified in the string input, the time is considered to be in the local timezone.
|
||||||
* @param {string=} format Formatting rules (see Description). If not specified,
|
* @param {string=} format Formatting rules (see Description). If not specified,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue