diff --git a/source/_integrations/input_datetime.markdown b/source/_integrations/input_datetime.markdown index cffda094677..e928aba70ae 100644 --- a/source/_integrations/input_datetime.markdown +++ b/source/_integrations/input_datetime.markdown @@ -128,7 +128,7 @@ automation: To dynamically set the `input_datetime` you can call `input_datetime.set_datetime`. The values for `date`, `time` and/or `datetime` must be in a certain format for the call to be successful. (See action description above.) -If you have a `datetime` object you can use its `timestamp` method. Of if you have a timestamp you can just use it directly. +If you have a `datetime` object, you can use its `timestamp` method. Or, if you have a timestamp, you can just use it directly. {% raw %}