Skip to content

Commit feea375

Browse files
authored
Fix typo: identitiy ➔ identity in security context docs
1 parent de653f5 commit feea375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/security-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ See the Pod's status:
288288
kubectl get pod security-context-demo -o yaml
289289
```
290290

291-
You can see that the `status.containerStatuses[].user.linux` field exposes the process identitiy
291+
You can see that the `status.containerStatuses[].user.linux` field exposes the process identity
292292
attached to the first container process.
293293

294294
```none

0 commit comments

Comments
 (0)