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. *