From 36b5a3dc90c6ad979025073fc85b6679545694a2 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Sun, 3 Nov 2024 09:40:33 -0800 Subject: [PATCH] fix typo --- docs/documentation/guides/organization-structure.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/guides/organization-structure.mdx b/docs/documentation/guides/organization-structure.mdx index 1caeb6030..6fd672164 100644 --- a/docs/documentation/guides/organization-structure.mdx +++ b/docs/documentation/guides/organization-structure.mdx @@ -47,7 +47,7 @@ Infisical’s access control framework is unified for both human users and machi - **Granular Permissions**: While default roles are available, [custom roles](/documentation/platform/access-controls/role-based-access-controls#creating-custom-roles) can be created for more tailored access controls. - **Admin Considerations**: Note that admin users are able to access all projects. This role should be assigned judiciously to prevent unintended overreach. -Project access is defined not via an organizaition-level role, but rather through specific project memberships of both human and machine identities. Admin roles bypass this by default. +Project access is defined not via an organization-level role, but rather through specific project memberships of both human and machine identities. Admin roles bypass this by default. ### 6.2 Additional Privileges