Skip to content

Commit 7c919ab

Browse files
docs: fix duplicate H1 and abnf code fences in fuzzy-schedule-specification (#23355)
1 parent 5fcf45f commit 7c919ab

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/src/content/docs/reference/fuzzy-schedule-specification.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ sidebar:
55
order: 1360
66
---
77

8-
# Fuzzy Schedule Time Syntax Specification
9-
10-
**Version**: 1.2.0
8+
**Version**: 1.2.0
119
**Status**: Draft Specification
1210
**Latest Version**: [fuzzy-schedule-specification](/gh-aw/reference/fuzzy-schedule-specification/)
1311
**Editor**: GitHub Agentic Workflows Team
@@ -104,7 +102,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
104102

105103
A fuzzy schedule expression MUST conform to the following ABNF grammar:
106104

107-
```abnf
105+
```text
108106
fuzzy-schedule = daily-schedule / hourly-schedule / weekly-schedule / interval-schedule
109107
110108
daily-schedule = "daily" [time-constraint]
@@ -425,7 +423,7 @@ between 22:00 and 02:00
425423

426424
An implementation MUST support UTC offset specifications using the format:
427425

428-
```abnf
426+
```text
429427
utc-offset = "utc" ("+" / "-") offset-value
430428
offset-value = hours / hours ":" minutes
431429
```

0 commit comments

Comments
 (0)