From 0f2c3963342da3f71b7b1f8c229a9c5968fea5d6 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 30 Nov 2020 10:26:08 -0600 Subject: [PATCH] docs: fix mispelling in connect upstream docs (#9297) --- .../pages/docs/connect/registration/service-registration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/connect/registration/service-registration.mdx b/website/pages/docs/connect/registration/service-registration.mdx index ba71cdf27d..8c96cae0f6 100644 --- a/website/pages/docs/connect/registration/service-registration.mdx +++ b/website/pages/docs/connect/registration/service-registration.mdx @@ -182,7 +182,7 @@ followed by documentation for each attribute. query to use to find an instance to connect to. Valid values are `service` or `prepared_query`. Defaults to `service`. - `datacenter` `(string: "")` - Specifies the datacenter to issue the - discovery query too. Defaults to the local datacenter. + discovery query to. Defaults to the local datacenter. - `config` `(object: {})` - Specifies opaque configuration options that will be provided to the proxy instance for this specific upstream. Can contain any valid JSON object. This might be used to configure proxy-specific features