From 295fe783b0515bca10113aba570bc81087d48a15 Mon Sep 17 00:00:00 2001 From: Appie Date: Thu, 31 Aug 2017 19:26:21 +0200 Subject: [PATCH] docs(datetime): fix typo (#12776) --- 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 1adce76ee0..bd4b5c1621 100644 --- a/src/components/datetime/datetime.ts +++ b/src/components/datetime/datetime.ts @@ -167,7 +167,7 @@ import { * ## Min and Max Datetimes * * Dates are infinite in either direction, so for a user's selection there should be at - * least some form of restricting the dates that can be selected. Be default, the maximum + * least some form of restricting the dates that can be selected. By default, the maximum * date is to the end of the current year, and the minimum date is from the beginning * of the year that was 100 years ago. *