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`
This commit is contained in:
Nageswara Rao Podilapu
2018-10-02 19:01:01 +05:30
committed by Chris Hoffman
parent 519d764c2c
commit db3b6468b4

View File

@@ -33,7 +33,7 @@ to have to do both depending on user settings.
## Authentication ## Authentication
Once Vault is unsealed, almost every other operation requires a _client token_. 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. the `X-Vault-Token` HTTP header.
Otherwise, a client token can be retrieved via [authentication Otherwise, a client token can be retrieved via [authentication