From 1e3c74862e5a6e6f4c4ddf4602464042c9555a0d Mon Sep 17 00:00:00 2001 From: Paulo Ribeiro Date: Fri, 4 Aug 2017 16:08:49 +0100 Subject: [PATCH] Fix minor grammatical error (#3110) --- website/source/docs/secrets/databases/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/secrets/databases/index.html.md b/website/source/docs/secrets/databases/index.html.md index ee6ef86a0..e83e4f887 100644 --- a/website/source/docs/secrets/databases/index.html.md +++ b/website/source/docs/secrets/databases/index.html.md @@ -42,7 +42,7 @@ Next, we must configure this backend to connect to a database. In this example we will connect to a MySQL database, but the configuration details needed for other plugin types can be found in their docs pages. This backend can configure multiple database connections, therefore a name for the connection must be -provide; we'll call this one simply "mysql". +provided; we'll call this one simply "mysql". ``` $ vault write database/config/mysql \