docs(datetime): fix typo (#17360)

This commit is contained in:
Chris Griffith
2019-02-04 09:15:25 -08:00
committed by Adam Bradley
parent db1bbdcc75
commit ccb4de8da8

View File

@ -153,7 +153,7 @@ At this time, there is no one-size-fits-all standard to automatically choose the
correct language/spelling for a month name, or day of the week name, depending
on the language or locale. Good news is that there is an
[Intl.DatetimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DatetimeFormat)
standard whichmost* browsers have adopted. However, at this time the standard
standard which most* browsers have adopted. However, at this time the standard
has not been fully implemented by all popular browsers so Ionic is unavailable
to take advantage of ityet*. Additionally, Angular also provides an
internationalization service, but it is still under heavy development so Ionic