Skip to content

Commit d353fcf

Browse files
authored
Fix typo (#26781)
* Fix typo * Reword fixed typo
1 parent 88588e7 commit d353fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug-application-cluster/debug-running-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ kubectl run ephemeral-demo --image=k8s.gcr.io/pause:3.1 --restart=Never
9999
```
100100

101101
The examples in this section use the `pause` container image because it does not
102-
contain userland debugging utilities, but this method works with all container
102+
contain debugging utilities, but this method works with all container
103103
images.
104104

105105
If you attempt to use `kubectl exec` to create a shell you will see an error

0 commit comments

Comments
 (0)