Skip to content

Commit e68bd5f

Browse files
authored
virtual service: minor grammar fix (#3195)
Fixes #1931
1 parent 9d5445e commit e68bd5f

7 files changed

+7
-7
lines changed

networking/v1/virtual_service.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1/virtual_service.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ message TCPRoute {
678678
repeated RouteDestination route = 2;
679679
}
680680

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

networking/v1alpha3/virtual_service.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.pb.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/virtual_service.proto

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1beta1/virtual_service.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ message TCPRoute {
678678
repeated RouteDestination route = 2;
679679
}
680680

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

0 commit comments

Comments
 (0)