1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-02-15 14:03:45 +02:00

Merge pull request #1265 from wassan128/fix/doc-typo

Fix small typo
This commit is contained in:
Joel Speed 2021-07-10 13:01:44 +01:00 committed by GitHub
commit ef697afc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ They may change between releases without notice.
| Field | Type | Description |
| ----- | ---- | ----------- |
| `tenant` | _string_ | Tenant directs to a tenant-specific or common (tenant-independent) endpoint<br/>Default value is 'commmon' |
| `tenant` | _string_ | Tenant directs to a tenant-specific or common (tenant-independent) endpoint<br/>Default value is 'common' |
### BitbucketOptions

View File

@ -82,7 +82,7 @@ type KeycloakOptions struct {
type AzureOptions struct {
// Tenant directs to a tenant-specific or common (tenant-independent) endpoint
// Default value is 'commmon'
// Default value is 'common'
Tenant string `json:"tenant,omitempty"`
}