Fix typo s/commmon/common/
This commit is contained in:
parent
98f8195902
commit
777556c97e
@ -139,7 +139,7 @@ They may change between releases without notice.
|
|||||||
|
|
||||||
| Field | Type | Description |
|
| 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
|
### BitbucketOptions
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ type KeycloakOptions struct {
|
|||||||
|
|
||||||
type AzureOptions struct {
|
type AzureOptions struct {
|
||||||
// Tenant directs to a tenant-specific or common (tenant-independent) endpoint
|
// Tenant directs to a tenant-specific or common (tenant-independent) endpoint
|
||||||
// Default value is 'commmon'
|
// Default value is 'common'
|
||||||
Tenant string `json:"tenant,omitempty"`
|
Tenant string `json:"tenant,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user