From 1a611f0c1be790a45c114661d90c00939e0b2034 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Tue, 28 Sep 2021 17:19:13 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Blake Covarrubias --- .../content/docs/connect/config-entries/service-router.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/connect/config-entries/service-router.mdx b/website/content/docs/connect/config-entries/service-router.mdx index c2f00ac3ce..e63added61 100644 --- a/website/content/docs/connect/config-entries/service-router.mdx +++ b/website/content/docs/connect/config-entries/service-router.mdx @@ -610,8 +610,8 @@ spec: yaml: false, name: 'Add', type: 'map: optional', - description: `The set of header value keyed by header name to - add. If a header with the same (case-insensitive) name already + description: `The set of header values to add, keyed by header name. + If a header with the same (case-insensitive) name already exists, the value set here will be appended and both will be present. If Envoy is used as the proxy, the value may contain [variable placeholders](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_conn_man/headers#custom-request-response-headers) for example @@ -635,7 +635,7 @@ spec: name: 'Remove', type: 'array: optional', description: `The set of header names to remove. Only headers - whose names are an case-insensitive exact match will be removed`, + whose names are a case-insensitive exact match will be removed`, }, ]} />