From 2dc00a638a8a350beb963434dc84045c9bead4ef Mon Sep 17 00:00:00 2001 From: isaiahmartin847 Date: Thu, 23 Jan 2025 23:15:40 -0700 Subject: [PATCH] fixed the typo in the `/access-controls/role-based-access-controls` page in the docs. --- .../platform/access-controls/role-based-access-controls.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/platform/access-controls/role-based-access-controls.mdx b/docs/documentation/platform/access-controls/role-based-access-controls.mdx index 98a2e4659..9d1170f69 100644 --- a/docs/documentation/platform/access-controls/role-based-access-controls.mdx +++ b/docs/documentation/platform/access-controls/role-based-access-controls.mdx @@ -3,7 +3,7 @@ title: "Role-based Access Controls" description: "Learn how to use RBAC to manage user permissions." --- -Infisical's Role-based Access Controls (RBAC) enable the usage of predefined and custom roles that imply a set of permissions for user and machine identities. Such roles male it possible to restrict access to resources and the range of actions that can be performed. +Infisical's Role-based Access Controls (RBAC) enable the usage of predefined and custom roles that imply a set of permissions for user and machine identities. Such roles make it possible to restrict access to resources and the range of actions that can be performed. In general, access controls can be split up across [projects](/documentation/platform/project) and [organizations](/documentation/platform/organization).