From f14d8ced2c0aa9673a6deef0ea3de94d9eae6ef5 Mon Sep 17 00:00:00 2001 From: Daniel Kravetz Date: Wed, 2 Jun 2021 13:10:47 +0200 Subject: [PATCH] Fix typo in docs/installing/no-gen-resources (#1260) --- website/content/docs/installing/no-gen-resources.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.