aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tse2013-05-20 22:38:32 +1000
committerPete Bacon Darwin2013-05-20 15:36:10 +0100
commit27a8824b50aa78e9a082b4377ca09250382a8655 (patch)
tree97d07c171b0dd6291883ca5632e92b17d138216f
parent518a92651faeee4f026bd3189f146e5ea9dd6921 (diff)
downloadangular.js-27a8824b50aa78e9a082b4377ca09250382a8655.tar.bz2
docs(filters): fix minor typographical error
Fix a typographical error "it's" -> "its" in the dateFilter documentation
-rw-r--r--src/ng/filter/filters.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/filter/filters.js b/src/ng/filter/filters.js
index e03d59d7..d5f3ed20 100644
--- a/src/ng/filter/filters.js
+++ b/src/ng/filter/filters.js
@@ -307,7 +307,7 @@ var DATE_FORMATS_SPLIT = /((?:[^yMdHhmsaZE']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+
* (e.g. `"h o''clock"`).
*
* @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
* 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,