From 13b47ca485e95c3e6d0c6786bb6a83651c4f5605 Mon Sep 17 00:00:00 2001 From: cskh Date: Tue, 27 Sep 2022 16:07:53 -0400 Subject: [PATCH] fix doc --- .../content/docs/connect/config-entries/ingress-gateway.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/connect/config-entries/ingress-gateway.mdx b/website/content/docs/connect/config-entries/ingress-gateway.mdx index 756aff4b760c0..44ec4c937c69c 100644 --- a/website/content/docs/connect/config-entries/ingress-gateway.mdx +++ b/website/content/docs/connect/config-entries/ingress-gateway.mdx @@ -1196,17 +1196,17 @@ You can specify the following parameters to configure ingress gateway configurat { name: 'MaxConnections', type: 'int: 0', - description: overrides for the [`Defaults` field](#available-fields), + description: overrides for the [`Defaults` field](#available-fields)', }, { name: 'MaxPendingRequests', type: 'int: 0', - description: overrides for the [`Defaults` field](#available-fields), + description: overrides for the [`Defaults` field](#available-fields)', }, { name: 'MaxConcurrentRequests', type: 'int: 0', - description: overrides for the [`Defaults` field](#available-fields), + description: overrides for the [`Defaults` field](#available-fields)', }, ], },