From 422dcc8f25156061ac687a9c67b3c1bbd649d791 Mon Sep 17 00:00:00 2001 From: Laura Bennett Date: Wed, 20 Jul 2016 14:42:52 -0400 Subject: [PATCH] minor formatting edits --- website/source/docs/secrets/mysql/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/secrets/mysql/index.html.md b/website/source/docs/secrets/mysql/index.html.md index 548cddfd2..055ecf9f2 100644 --- a/website/source/docs/secrets/mysql/index.html.md +++ b/website/source/docs/secrets/mysql/index.html.md @@ -156,7 +156,7 @@ allowed to read.
  • max_idle_connections optional - Maximum number of idle connections to the database. A zero uses the value of max_open_connections and a negative value disables idle connections. If larger than max_open_connections it will be reduced to be equal. + Maximum number of idle connections to the database. A zero uses the value of `max_open_connections` and a negative value disables idle connections. If larger than `max_open_connections` it will be reduced to be equal.