From 74bf554666d5a213e273d083e09e51b1387e67c8 Mon Sep 17 00:00:00 2001 From: Christophe Tafani-Dereeper Date: Mon, 29 Oct 2018 20:19:35 +0100 Subject: [PATCH] Fix typo ('Gase' -> 'Case') (#5638) --- website/source/api/secret/databases/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/secret/databases/index.html.md b/website/source/api/secret/databases/index.html.md index e9cad95607..09174eb0c3 100644 --- a/website/source/api/secret/databases/index.html.md +++ b/website/source/api/secret/databases/index.html.md @@ -231,7 +231,7 @@ This endpoint creates or updates a role definition. - `max_ttl` `(string/int: 0)` - Specifies the maximum TTL for the leases associated with this role. Accepts time suffixed strings ("1h") or an integer - number of seconds. Defaults to system/mount default TTL time; this value is allowed to be less than the mount max TTL (or, if not set, the system max TTL), but it is not allowed to be longer. See also [The TTL General Gase](https://www.vaultproject.io/docs/concepts/tokens.html#the-general-case). + number of seconds. Defaults to system/mount default TTL time; this value is allowed to be less than the mount max TTL (or, if not set, the system max TTL), but it is not allowed to be longer. See also [The TTL General Case](https://www.vaultproject.io/docs/concepts/tokens.html#the-general-case). - `creation_statements` `(list: )` – Specifies the database statements executed to create and configure a user. See the plugin's API page