From ebaa331cc9c23f77cd377a58a145704d2835c0a2 Mon Sep 17 00:00:00 2001 From: trujillo-adam Date: Mon, 30 Aug 2021 14:50:55 -0700 Subject: [PATCH] missed typo --- website/content/docs/discovery/services.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/discovery/services.mdx b/website/content/docs/discovery/services.mdx index d28d8cf845..92ed205767 100644 --- a/website/content/docs/discovery/services.mdx +++ b/website/content/docs/discovery/services.mdx @@ -188,7 +188,7 @@ The following roles are supported for service entries: In the service definition example described above, the service is registered as a proxy because the `kind` property is set to `connect-proxy`. The `proxy` parameter is also required for Connect proxy registrations and is only valid if `kind` is `connect-proxy`. -Refer to the [Proxy Service Registration](/docs/connect/registration/service-registration) documenatation for details about this type. +Refer to the [Proxy Service Registration](/docs/connect/registration/service-registration) documentation for details about this type. When the `kind` parameter is set to `connect-proxy`, the only required parameter for the `proxy` configuration is `destination_service_name`. Refer to the [complete proxy configuration example](/docs/connect/registration/service-registration#complete-configuration-example) for additional information.