diff --git a/cli/testdata/coder_server_--help.golden b/cli/testdata/coder_server_--help.golden index d3a5d74bcddbe..b0a1447b18081 100644 --- a/cli/testdata/coder_server_--help.golden +++ b/cli/testdata/coder_server_--help.golden @@ -380,7 +380,7 @@ can safely ignore these settings. The text to show on the OpenID Connect sign in button. --oidc-icon-url url, $CODER_OIDC_ICON_URL - URL pointing to the icon to use on the OepnID Connect login button. + URL pointing to the icon to use on the OpenID Connect login button. Provisioning Options Tune the behavior of the provisioner, which is responsible for creating, diff --git a/cli/testdata/server-config.yaml.golden b/cli/testdata/server-config.yaml.golden index 6a269991a1ba6..6e2f599224602 100644 --- a/cli/testdata/server-config.yaml.golden +++ b/cli/testdata/server-config.yaml.golden @@ -323,7 +323,7 @@ oidc: # The text to show on the OpenID Connect sign in button. # (default: OpenID Connect, type: string) signInText: OpenID Connect - # URL pointing to the icon to use on the OepnID Connect login button. + # URL pointing to the icon to use on the OpenID Connect login button. # (default: , type: url) iconURL: # Telemetry is critical to our ability to improve Coder. We strip all personal diff --git a/codersdk/deployment.go b/codersdk/deployment.go index 70fa7bbfc483a..d73579d090968 100644 --- a/codersdk/deployment.go +++ b/codersdk/deployment.go @@ -1171,7 +1171,7 @@ when required by your organization's security policy.`, }, { Name: "OpenID connect icon URL", - Description: "URL pointing to the icon to use on the OepnID Connect login button.", + Description: "URL pointing to the icon to use on the OpenID Connect login button.", Flag: "oidc-icon-url", Env: "CODER_OIDC_ICON_URL", Value: &c.OIDC.IconURL, diff --git a/docs/cli/server.md b/docs/cli/server.md index 49ba37d7a4236..25733a36e3e91 100644 --- a/docs/cli/server.md +++ b/docs/cli/server.md @@ -623,7 +623,7 @@ The text to show on the OpenID Connect sign in button. | Environment | $CODER_OIDC_ICON_URL | | YAML | oidc.iconURL | -URL pointing to the icon to use on the OepnID Connect login button. +URL pointing to the icon to use on the OpenID Connect login button. ### --provisioner-daemon-poll-interval diff --git a/enterprise/cli/testdata/coder_server_--help.golden b/enterprise/cli/testdata/coder_server_--help.golden index d3a5d74bcddbe..b0a1447b18081 100644 --- a/enterprise/cli/testdata/coder_server_--help.golden +++ b/enterprise/cli/testdata/coder_server_--help.golden @@ -380,7 +380,7 @@ can safely ignore these settings. The text to show on the OpenID Connect sign in button. --oidc-icon-url url, $CODER_OIDC_ICON_URL - URL pointing to the icon to use on the OepnID Connect login button. + URL pointing to the icon to use on the OpenID Connect login button. Provisioning Options Tune the behavior of the provisioner, which is responsible for creating,