Skip to content

Commit a41df51

Browse files
Merge pull request #14250 from ariordan-redhat/BZ1692019
Corrected typo
2 parents 46286b0 + 882047f commit a41df51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/rbac-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ endif::[]
105105
Be mindful of the difference between local and cluster bindings. For example,
106106
if you bind the `cluster-admin` role to a user by using a local role binding,
107107
it might appear that this user has the privileges of a cluster administrator.
108-
This is not the case. Binding the `cluster-admin` to a user in a project
108+
This is not the case. Binding the `cluster-admin` to a user in a project
109109
grants super administrator privileges for only that
110110
project to the user. That user has the permissions of the cluster role
111111
`admin`, plus a few additional permissions like the ability to edit rate limits,
@@ -148,7 +148,7 @@ their content in isolation from other communities.
148148
* *Verb* : The action itself: `get`, `list`, `create`, `update`, `delete`, `deletecollection`, or `watch`.
149149
* *Resource Name*: The API endpoint that you access.
150150
Bindings:: The full list of bindings, the associations between users or groups
151-
with arole.
151+
with a role.
152152

153153
{product-title} evaluates authorization by using the following steps:
154154

0 commit comments

Comments
 (0)