From 503e6dbb5d614bea74419f21e9670ae068483782 Mon Sep 17 00:00:00 2001 From: Jeff Minard Date: Sat, 13 Feb 2016 08:41:16 -0800 Subject: [PATCH] Minor spelling fix --- website/source/docs/auth/token.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/auth/token.html.md b/website/source/docs/auth/token.html.md index ad79206480..0f7df70ab9 100644 --- a/website/source/docs/auth/token.html.md +++ b/website/source/docs/auth/token.html.md @@ -326,7 +326,7 @@ of the header should be "X-Vault-Token" and the value should be the token.
Description
- Renews a lease associated with the callign token. This is used to prevent + Renews a lease associated with the calling token. This is used to prevent the expiration of a token, and the automatic revocation of it. Token renewal is possible only if there is a lease associated with it.