From 1489c08ea0c19602278cdc1e670edd24b04bd7ee Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 14 Feb 2018 09:44:34 -0500 Subject: [PATCH] Update lease.html.md (#3759) --- website/source/docs/concepts/lease.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/concepts/lease.html.md b/website/source/docs/concepts/lease.html.md index 4b36c0322b11..25ea3caa2f1e 100644 --- a/website/source/docs/concepts/lease.html.md +++ b/website/source/docs/concepts/lease.html.md @@ -27,7 +27,7 @@ to check in routinely. In addition to renewals, a lease can be _revoked_. When a lease is revoked, it invalidates that secret immediately and prevents any further renewals. For example, with the [AWS secrets engine](/docs/secrets/aws/index.html), the -access keys will be deleted from AWS the moment a secret is revoked. This +access keys will be deleted from AWS the moment a lease is revoked. This renders the access keys invalid from that point forward. Revocation can happen manually via the API, via the `vault revoke` cli command,