Skip to content

Commit 205cab6

Browse files
authored
Fix typo
1 parent d60c614 commit 205cab6

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/3960-pod-lifecycle-sleep-action

1 file changed

+1
-1
lines changed

keps/sig-node/3960-pod-lifecycle-sleep-action/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,4 +461,4 @@ N/A
461461

462462
## Alternatives
463463

464-
Another way to run `sleep` in a container is to use `exec` command in `preStop hook` like `command: ["/bin/sh","-c","sleep 20"]`. However this requires a sleep binariy in the image. We should offer sleep as a first-class thing.
464+
Another way to run `sleep` in a container is to use `exec` command in `preStop hook` like `command: ["/bin/sh","-c","sleep 20"]`. However, this requires a sleep binary in the image. We should offer sleep as a first-class thing.

0 commit comments

Comments
 (0)