From 0ca10ce2a3f282efd872024a6aac6bf3b165b7ed Mon Sep 17 00:00:00 2001 From: Travis Rodgers Date: Thu, 11 Jun 2026 09:36:50 -0400 Subject: [PATCH] docs: spelling fixes (#67684) This commit fixes various spelling errors throughout the docs --- .../identity-governance/access-requests/plugins/email.mdx | 4 ++-- docs/pages/includes/config-reference/auth-service.yaml | 2 +- docs/pages/includes/discovery/discovery-config.yaml | 2 +- docs/pages/includes/provision-token/github-spec.mdx | 2 +- docs/pages/reference/architecture/agents.mdx | 2 +- docs/pages/zero-trust-access/sso/integrate-idp/oidc.mdx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/pages/identity-governance/access-requests/plugins/email.mdx b/docs/pages/identity-governance/access-requests/plugins/email.mdx index 495d8befac8..05a24222f49 100644 --- a/docs/pages/identity-governance/access-requests/plugins/email.mdx +++ b/docs/pages/identity-governance/access-requests/plugins/email.mdx @@ -351,13 +351,13 @@ Request event by using the `delivery.recipients` field: ```toml [delivery] -recipients = ["eng@exmaple.com", "dev@example.com"] +recipients = ["eng@example.com", "dev@example.com"] ``` ```yaml delivery: - recipients: ["eng@exmaple.com", "dev@example.com"] + recipients: ["eng@example.com", "dev@example.com"] ``` diff --git a/docs/pages/includes/config-reference/auth-service.yaml b/docs/pages/includes/config-reference/auth-service.yaml index 55020e0f37e..b1db7787e04 100644 --- a/docs/pages/includes/config-reference/auth-service.yaml +++ b/docs/pages/includes/config-reference/auth-service.yaml @@ -513,7 +513,7 @@ auth_service: # (Optional) Athena workgroup used by access monitoring queries (if not set, the default primary workgroup will be used). workgroup: access_monitoring_workgroup # Enables storing CAs in an external Hardware Security Module(HSM) or Key Management Service(KMS) - # Only one of the options can be enbabled at a given time. + # Only one of the options can be enabled at a given time. ca_key_params: # Persist CAs to Google Cloud KMS. gcp_kms: diff --git a/docs/pages/includes/discovery/discovery-config.yaml b/docs/pages/includes/discovery/discovery-config.yaml index 1995a95c8a1..5520c81fc1d 100644 --- a/docs/pages/includes/discovery/discovery-config.yaml +++ b/docs/pages/includes/discovery/discovery-config.yaml @@ -97,7 +97,7 @@ discovery_service: http_proxy: http://172.31.5.130:3128 no_proxy: my-local-domain # Optional section: ssm is used to configure which AWS SSM document to use - # If the ssm section isnt provided the below defaults are used. + # If the ssm section isn't provided the below defaults are used. ssm: # document_name is the name of the SSM document that should be # executed when installing teleport on matching nodes diff --git a/docs/pages/includes/provision-token/github-spec.mdx b/docs/pages/includes/provision-token/github-spec.mdx index e89569f6714..bae398f670f 100644 --- a/docs/pages/includes/provision-token/github-spec.mdx +++ b/docs/pages/includes/provision-token/github-spec.mdx @@ -71,7 +71,7 @@ spec: # be empty. environment: production # actor is the GitHub username that caused the GitHub Actions run, - # whether by committing or by directly despatching the workflow. + # whether by committing or by directly dispatching the workflow. actor: octocat # ref is the git ref that triggered the action run. ref: refs/heads/main diff --git a/docs/pages/reference/architecture/agents.mdx b/docs/pages/reference/architecture/agents.mdx index 0050e71d25c..02e4ab4b1e1 100644 --- a/docs/pages/reference/architecture/agents.mdx +++ b/docs/pages/reference/architecture/agents.mdx @@ -81,7 +81,7 @@ with periodic ping messages. Clients can access the list of all agent instances in their cluster via the Auth Service API or CLI. An agent's identity is represented by SSH host certificate it receives after -registering withing the cluster: +registering within the cluster: ![Host certificate](../../../img/architecture/ssh-host-cert@1.2x.svg) diff --git a/docs/pages/zero-trust-access/sso/integrate-idp/oidc.mdx b/docs/pages/zero-trust-access/sso/integrate-idp/oidc.mdx index 3eff4526243..d8eabce9204 100644 --- a/docs/pages/zero-trust-access/sso/integrate-idp/oidc.mdx +++ b/docs/pages/zero-trust-access/sso/integrate-idp/oidc.mdx @@ -171,7 +171,7 @@ callback invalid. In addition, Teleport supports OIDC provider specific ACR value processing which can be enabled by setting the `provider` field in OIDC configuration. At -the moment, the only build-in support is for NetIQ. +the moment, the only built-in support is for NetIQ. A example of using ACR values and provider specific processing is below: