Quote durations on history_stats examples (#22777)

This commit is contained in:
J. Nick Koston 2022-05-16 09:57:42 -05:00 committed by GitHub
parent 7d88d92462
commit 9f073ab210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,12 +107,12 @@ The duration variable is used when the time period is fixed. Different syntaxes
```yaml ```yaml
# 6 hours # 6 hours
duration: 06:00 duration: "06:00"
``` ```
```yaml ```yaml
# 1 minute, 30 seconds # 1 minute, 30 seconds
duration: 00:01:30 duration: "00:01:30"
``` ```
```yaml ```yaml