1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-28 09:08:44 +02:00

Fix typo s/commmon/common/

This commit is contained in:
wassan128 2021-07-08 21:29:43 +09:00
parent 98f8195902
commit 777556c97e
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"`
}