Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cfe281

Browse files
jogloranpetebacondarwin
authored andcommitted
docs(filters): fix minor typographical error
Fix a typographical error "it's" -> "its" in the dateFilter documentation
1 parent 6165bd7 commit 1cfe281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+
303303
* (e.g. `"h o''clock"`).
304304
*
305305
* @param {(Date|number|string)} date Date to format either as Date object, milliseconds (string or
306-
* number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.SSSZ and it's
306+
* number) or various ISO 8601 datetime string formats (e.g. yyyy-MM-ddTHH:mm:ss.SSSZ and its
307307
* shorter versions like yyyy-MM-ddTHH:mmZ, yyyy-MM-dd or yyyyMMddTHHmmssZ). If no timezone is
308308
* specified in the string input, the time is considered to be in the local timezone.
309309
* @param {string=} format Formatting rules (see Description). If not specified,

0 commit comments

Comments
 (0)