From 23774f95f3019ea494334086f97b16040c71abb3 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 12 Mar 2021 11:37:52 +0100 Subject: [PATCH] Tweak input_datetime documentation (#16968) --- source/_integrations/input_datetime.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/input_datetime.markdown b/source/_integrations/input_datetime.markdown index 12568320ffd..d248287e532 100644 --- a/source/_integrations/input_datetime.markdown +++ b/source/_integrations/input_datetime.markdown @@ -52,12 +52,12 @@ input_datetime: required: false type: string has_time: - description: Set to `true` if the input should have a time. At least one `has_time` or `has_date` must be defined. + description: Set to `true` if the input should have a time. At least one of `has_time` or `has_date` must be defined. required: false type: boolean default: false has_date: - description: Set to `true` if the input should have a date. At least one `has_time` or `has_date` must be defined. + description: Set to `true` if the input should have a date. At least one of `has_time` or `has_date` must be defined. required: false type: boolean default: false