From 71b0342c19c8c56d6016212ae8767d18e5fdd02e Mon Sep 17 00:00:00 2001
From: zachary painter <60552605+ZPain8464@users.noreply.github.com>
Date: Tue, 26 Mar 2024 09:47:25 -0400
Subject: [PATCH] Fixes typos in lb entries (#1328)

fixes typos in lb entries
---
 content/docs/reference/reference.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/docs/reference/reference.json b/content/docs/reference/reference.json
index 54942f412..20aadbbe1 100644
--- a/content/docs/reference/reference.json
+++ b/content/docs/reference/reference.json
@@ -937,18 +937,18 @@
     "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.",
     "type": "Payload"
   },
-  "grpc-health-check-receive": {
+  "grpc-health-check-authority": {
     "id": "grpc-health-check-authority",
-    "title": "gRPC Health Check Receive",
+    "title": "gRPC Health Check Authority",
     "path": "/routes/load-balancing#grpc-healthcheck-overview",
-    "description": "The ':authority' header value in a gRPC health check request. Optional.",
+    "description": "Specifies the ':authority' header value in a gRPC health check request. Optional.",
     "type": "string"
   },
   "grpc-health-check-service-name": {
     "id": "grpc-health-check-service-name",
     "title": "gRPC Health Check Service Name",
     "path": "/routes/load-balancing#grpc-healthcheck-overview",
-    "description": "An optional service name parameter sent to the gRPC service. Optional.",
+    "description": "Specifies the service name parameter sent to the gRPC service. Optional.",
     "type": "string"
   },
   "headers-settings": {