Skip to content

Commit b04e0a6

Browse files
virtual service: minor grammar fix (#3205)
Fixes #1931 Co-authored-by: John Howard <[email protected]>
1 parent 8214ad1 commit b04e0a6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

networking/v1/virtual_service.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1/virtual_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ message TCPRoute {
696696
repeated RouteDestination route = 2;
697697
}
698698

699-
// HttpMatchRequest specifies a set of criterion to be met in order for the
699+
// HttpMatchRequest specifies a set of criteria to be met in order for the
700700
// rule to be applied to the HTTP request. For example, the following
701701
// restricts the rule to match only requests where the URL path
702702
// starts with /ratings/v2/ and the request contains a custom `end-user` header

networking/v1alpha3/virtual_service.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.pb.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ message TCPRoute {
697697
repeated RouteDestination route = 2;
698698
}
699699

700-
// HttpMatchRequest specifies a set of criterion to be met in order for the
700+
// HttpMatchRequest specifies a set of criteria to be met in order for the
701701
// rule to be applied to the HTTP request. For example, the following
702702
// restricts the rule to match only requests where the URL path
703703
// starts with /ratings/v2/ and the request contains a custom `end-user` header

networking/v1beta1/virtual_service.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1beta1/virtual_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ message TCPRoute {
697697
repeated RouteDestination route = 2;
698698
}
699699

700-
// HttpMatchRequest specifies a set of criterion to be met in order for the
700+
// HttpMatchRequest specifies a set of criteria to be met in order for the
701701
// rule to be applied to the HTTP request. For example, the following
702702
// restricts the rule to match only requests where the URL path
703703
// starts with /ratings/v2/ and the request contains a custom `end-user` header

0 commit comments

Comments
 (0)