Fix some typos (#12289)

This commit is contained in:
Rémi Lapeyre
2021-11-15 20:52:04 +01:00
committed by GitHub
parent c6cf9b5829
commit 73b9f198be
26 changed files with 56 additions and 56 deletions

View File

@@ -344,9 +344,9 @@ against any bound claims, and if valid a Vault token will be returned.
### Parameters
- `state` `(string: <required>)` - Opaque state ID that is part of the Authorization URL and will
be included in the the redirect following successful authenication on the provider.
be included in the the redirect following successful authentication on the provider.
- `nonce` `(string: <required>)` - Opaque nonce that is part of the Authorization URL and will
be included in the the redirect following successful authenication on the provider.
be included in the the redirect following successful authentication on the provider.
- `code` `(string: <required>)` - Provider-generated authorization code that Vault will exchange for
an ID token.