diff --git a/content/en/docs/tasks/configure-pod-container/security-context.md b/content/en/docs/tasks/configure-pod-container/security-context.md index 7e46633d73942..d004152fcab6c 100644 --- a/content/en/docs/tasks/configure-pod-container/security-context.md +++ b/content/en/docs/tasks/configure-pod-container/security-context.md @@ -288,7 +288,7 @@ See the Pod's status: kubectl get pod security-context-demo -o yaml ``` -You can see that the `status.containerStatuses[].user.linux` field exposes the process identitiy +You can see that the `status.containerStatuses[].user.linux` field exposes the process identity attached to the first container process. ```none