From cca0fbea2b874c1075c1bbc2c40e3314f3c8265b Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 6 Jan 2021 15:32:14 -0500 Subject: [PATCH] Fix typo on controller config docs --- website/content/docs/configuration/controller.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/configuration/controller.mdx b/website/content/docs/configuration/controller.mdx index cc05d32531..23816ec8ba 100644 --- a/website/content/docs/configuration/controller.mdx +++ b/website/content/docs/configuration/controller.mdx @@ -33,7 +33,7 @@ controller { var (env://) from which the URL will be read; or a direct database URL (postgres://). - `public_cluster_addr` - Specifies the public host or IP address (and -optionally port) at which the worker can be reached _by workers_. This will be +optionally port) at which the controller can be reached _by workers_. This will be used by workers after initial connection to controllers via the worker's `controllers` block. This defaults to the address of the listener marked for `cluster` purpose. This is especially useful for cloud environments that do not