Skip to content

Commit 944eae1

Browse files
committed
fix document typo.
1 parent 1b9c79f commit 944eae1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/beforehand-validation/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ When '--validates' is used at controller starts, the controller will check the r
1919

2020
* If the `Gateway` doesn't exist, `HTTPRoute` upsert(update & insert) request would be denied.
2121
* If there are still `HTTPRoute`s referring to `Gateway`, the `Gateway`'s deletion request would be denied.
22-
*
22+
2323

2424
* *httproute.rules.backendRefs*
2525

2626
When this option is appended, the reference between `HTTPRoute` and `Service` would be checked.
2727

28-
If there are no `Service` existing, `HTTPRoute` upsert request would be denied.
29-
30-
If there
28+
* If there are no `Service` existing, `HTTPRoute` upsert request would be denied.
3129

3230
* *gateway.gatewayClassName*
3331

0 commit comments

Comments
 (0)