From d5c07b6f8a20790686c371b4e54d866bdc78fb25 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Tue, 5 May 2015 09:16:30 +0200 Subject: [PATCH] Use singular --- website/source/docs/internals/token.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/token.html.md b/website/source/docs/internals/token.html.md index 75309377c5..9caabc6160 100644 --- a/website/source/docs/internals/token.html.md +++ b/website/source/docs/internals/token.html.md @@ -46,7 +46,7 @@ with it. This allows clients to safely generate child tokens and then revoke them all along with the root. Child tokens are very useful, especially when combined with limited use tokens. -When a token is created their use count can be optionally specified. Providing +When a token is created, its use count can be optionally specified. Providing a use count of one makes a _one time token_. This means the token can be used for a single request before being automatically revoked. This can be generalized to any number of uses. Limited use tokens cannot be used to create sub-tokens,