From 32f883acd9eb43ff4e0322402e7be0d7d80802d9 Mon Sep 17 00:00:00 2001 From: Chris Stevens Date: Thu, 29 Sep 2016 14:05:47 -0500 Subject: [PATCH] Docs/Website: MySQL config parameter "verify-connection" should be "verify_connection" The only instance of `verify-connection` I can find is on this docs page. The API style for parameters is underscores, so this one stands out. The code for this and the other backends with similar connection verification features seem to use `verify_connection`. --- 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 19b19f008c..d030491fa4 100644 --- a/website/source/docs/secrets/mysql/index.html.md +++ b/website/source/docs/secrets/mysql/index.html.md @@ -172,7 +172,7 @@ the default on versions prior to that.