Skip to content

Commit 978e62d

Browse files
Fixes typos in lb entries (#1329)
Fixes typos in lb entries (#1328) fixes typos in lb entries Co-authored-by: zachary painter <[email protected]>
1 parent 12e1d8f commit 978e62d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/reference/reference.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -937,18 +937,18 @@
937937
"description": "Checks a response with 'fuzzy' matching to the extent that each payload block must be found, and in the specified order, but not necessarily contiguous. Optional.",
938938
"type": "Payload"
939939
},
940-
"grpc-health-check-receive": {
940+
"grpc-health-check-authority": {
941941
"id": "grpc-health-check-authority",
942-
"title": "gRPC Health Check Receive",
942+
"title": "gRPC Health Check Authority",
943943
"path": "/routes/load-balancing#grpc-healthcheck-overview",
944-
"description": "The ':authority' header value in a gRPC health check request. Optional.",
944+
"description": "Specifies the ':authority' header value in a gRPC health check request. Optional.",
945945
"type": "string"
946946
},
947947
"grpc-health-check-service-name": {
948948
"id": "grpc-health-check-service-name",
949949
"title": "gRPC Health Check Service Name",
950950
"path": "/routes/load-balancing#grpc-healthcheck-overview",
951-
"description": "An optional service name parameter sent to the gRPC service. Optional.",
951+
"description": "Specifies the service name parameter sent to the gRPC service. Optional.",
952952
"type": "string"
953953
},
954954
"headers-settings": {

0 commit comments

Comments
 (0)