From ae4d7a2f1ddd3d55034e5043fce125977eb2638b Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 24 May 2016 09:00:59 -0500 Subject: [PATCH] docs(datetime): fix hourValues description --- 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..77c71cc315 100644 --- a/src/components/datetime/datetime.ts +++ b/src/components/datetime/datetime.ts @@ -359,7 +359,7 @@ export class DateTime { /** * @input {array | string} Values used to create the list of selectable hours. By default - * the hour values range from `1` to `23` for 24-hour, or `1` to `12` for 12-hour. However, + * the hour values range from `0` to `23` for 24-hour, or `1` to `12` for 12-hour. However, * to control exactly which hours to display, the `hourValues` input can take either an * array of numbers, or string of comma separated numbers. */