diff --git a/website/content/docs/installing/no-gen-resources.mdx b/website/content/docs/installing/no-gen-resources.mdx index b07d8f8496..1a72a9828f 100644 --- a/website/content/docs/installing/no-gen-resources.mdx +++ b/website/content/docs/installing/no-gen-resources.mdx @@ -281,8 +281,8 @@ allows you to manage them independently and fully within Terraform or via the CL The following example creates 4 roles: -1. To allow anonymouns (unauthenticated) users the ability to list scopes and auth methods in the global scope. -1. To allow anonymouns (unauthenticated) users the ability to list scopes and auth methods in the orgnaization scope. +1. To allow anonymous (unauthenticated) users the ability to list scopes and auth methods in the global scope. +1. To allow anonymous (unauthenticated) users the ability to list scopes and auth methods in the organization scope. 1. To allow `myuser` user administration grants at the org scope. 1. To allow `myuser` user administration grants at the project scope.