From db3b6468b4cae1799adf7e56bff30c8eaeaac766 Mon Sep 17 00:00:00 2001 From: Nageswara Rao Podilapu Date: Tue, 2 Oct 2018 19:01:01 +0530 Subject: [PATCH] Update page content with a generic noun (#5444) This might be a typo, It says `A user may have a client token sent to her` instead it should say `A user may have a client token sent to them` --- website/source/api/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/index.html.md b/website/source/api/index.html.md index 7d3b53b2f5..6809e65093 100644 --- a/website/source/api/index.html.md +++ b/website/source/api/index.html.md @@ -33,7 +33,7 @@ to have to do both depending on user settings. ## Authentication Once Vault is unsealed, almost every other operation requires a _client token_. -A user may have a client token sent to her. The client token must be sent as +A user may have a client token sent to them. The client token must be sent as the `X-Vault-Token` HTTP header. Otherwise, a client token can be retrieved via [authentication