Skip to content

Commit 0f3644a

Browse files
authored
Merge pull request #1297 from davidqhr/master
Fix typo
2 parents 73c5501 + 5e48395 commit 0f3644a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/markers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Strings, ints, and bools follow their Go syntax:
5858

5959
```go
6060
// +kubebuilder:validation:ExclusiveMaximum=false
61-
// +kubebulder:validation:Format="date-time"
61+
// +kubebuilder:validation:Format="date-time"
6262
// +kubebuilder:validation:Maximum=42
6363
```
6464

0 commit comments

Comments
 (0)