From 3c483b3e875ccd0ee2a6a969ad1be9432842ebf4 Mon Sep 17 00:00:00 2001 From: markpaine <71095+markpaine@users.noreply.github.com> Date: Wed, 3 Jan 2018 07:38:16 -0800 Subject: [PATCH] Spelling correction "datatabse" -> "database" (#3738) --- website/source/api/secret/databases/postgresql.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/secret/databases/postgresql.html.md b/website/source/api/secret/databases/postgresql.html.md index bb58a523f..4edb3f42a 100644 --- a/website/source/api/secret/databases/postgresql.html.md +++ b/website/source/api/secret/databases/postgresql.html.md @@ -61,7 +61,7 @@ $ curl \ ## Statements Statements are configured during role creation and are used by the plugin to -determine what is sent to the datatabse on user creation, renewing, and +determine what is sent to the database on user creation, renewing, and revocation. For more information on configuring roles see the [Role API](/api/secret/databases/index.html#create-role) in the Database Backend docs.