Skip to content

Commit eb0ec74

Browse files
authored
Merge pull request #36110 from kardashov/patch-5
[en] typo fix "privilge -> privilege"
2 parents 8cba2cc + a3064b1 commit eb0ec74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/security/rbac-good-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 60
1212
Kubernetes {{< glossary_tooltip text="RBAC" term_id="rbac" >}} is a key security control
1313
to ensure that cluster users and workloads have only the access to resources required to
1414
execute their roles. It is important to ensure that, when designing permissions for cluster
15-
users, the cluster administrator understands the areas where privilge escalation could occur,
15+
users, the cluster administrator understands the areas where privilege escalation could occur,
1616
to reduce the risk of excessive access leading to security incidents.
1717

1818
The good practices laid out here should be read in conjunction with the general

0 commit comments

Comments
 (0)