From f091abda3cfa598bd0ca796d6094ddbfc44d69d0 Mon Sep 17 00:00:00 2001 From: "Robert Barnes (DevOps Rob)" Date: Thu, 1 Oct 2020 14:23:09 +0100 Subject: [PATCH] fixed typo --- 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 d3f9d0816d..378d1681f7 100644 --- a/website/content/docs/configuration/controller.mdx +++ b/website/content/docs/configuration/controller.mdx @@ -24,4 +24,4 @@ controller { - `description` - Specifies a friendly description of this controller. -- `database` - Configuration block with one parameter, `url`, for connecting to Postgres. This value can also be set using the `BOUNDARY_DATABASE_URL` environment variable +- `database` - Configuration block with one parameter, `url`, for connecting to Postgres. This value can also be set using the `BOUNDARY_DATABASE_URL` environment variable.