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