From dc0a8f2f30ee4488aba983fd45cd8b06a0c0bcb2 Mon Sep 17 00:00:00 2001 From: "Keith D. Moore" Date: Sat, 21 May 2016 17:05:53 -0500 Subject: [PATCH] Correct sentence related to the ngModel sets the value --- src/components/datetime/datetime.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/datetime/datetime.ts b/src/components/datetime/datetime.ts index be2459668c..2bf0dcad81 100644 --- a/src/components/datetime/datetime.ts +++ b/src/components/datetime/datetime.ts @@ -145,7 +145,7 @@ const DATETIME_VALUE_ACCESSOR = new Provider( * and `23` means `11pm`. * * It's also important to note that neither the `displayFormat` or `pickerFormat` can - * set the datetime value's output, which is the value that sent the the component's + * set the datetime value's output, which is the value that is set by the component's * `ngModel`. The format's are merely for displaying the value as text and the picker's * interface, but the datetime's value is always persisted as a valid ISO 8601 datetime * string.