From cfe60c4846f3fd5e6d5249901d50b4226201dbb7 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 28 Apr 2015 13:21:44 -0500 Subject: [PATCH] website: fix small typo --- website/source/docs/secrets/postgresql/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/secrets/postgresql/index.html.md b/website/source/docs/secrets/postgresql/index.html.md index 5b9e22594c..b76911fd89 100644 --- a/website/source/docs/secrets/postgresql/index.html.md +++ b/website/source/docs/secrets/postgresql/index.html.md @@ -46,7 +46,7 @@ $ vault write postgresql/config/connection \ ``` In this case, we've configured Vault with the user "root" and password "vaulttest", -connecting to a PostgreSQL instance in AWS RDS. The "postgres" databse name is being used. +connecting to a PostgreSQL instance in AWS RDS. The "postgres" database name is being used. It is important that the Vault user have the `GRANT OPTION` privilege to manage users. Optionally, we can configure the lease settings for credentials generated