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
2 changed files with 2 additions and 2 deletions
+1 -1
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
+1 -1
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"`
}