From 777556c97e9dbfe66b036888e522c098a5212915 Mon Sep 17 00:00:00 2001 From: wassan128 Date: Thu, 8 Jul 2021 21:29:43 +0900 Subject: [PATCH] Fix typo s/commmon/common/ --- docs/docs/configuration/alpha_config.md | 2 +- pkg/apis/options/providers.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/alpha_config.md b/docs/docs/configuration/alpha_config.md index cd8f0f3f..7f44e343 100644 --- a/docs/docs/configuration/alpha_config.md +++ b/docs/docs/configuration/alpha_config.md @@ -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
Default value is 'commmon' | +| `tenant` | _string_ | Tenant directs to a tenant-specific or common (tenant-independent) endpoint
Default value is 'common' | ### BitbucketOptions diff --git a/pkg/apis/options/providers.go b/pkg/apis/options/providers.go index 5efa6f20..12248b3f 100644 --- a/pkg/apis/options/providers.go +++ b/pkg/apis/options/providers.go @@ -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"` }