Skip to content

Commit 5dab5f8

Browse files
Update content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md
Co-authored-by: divya-mohan0209 <[email protected]>
1 parent e3c8c8e commit 5dab5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Kubernetes has various types of probes:
1616

1717
## Liveness probe
1818

19-
Liveness probes determine when to restart a container. For example, liveness probes could catch a deadlock, where an application is running, but unable to make progress.
19+
Liveness probes determine when to restart a container. For example, liveness probes could catch a deadlock, when an application is running, but unable to make progress.
2020

2121
If a container fails its liveness probe repeatedly, the kubelet restarts the container.
2222

0 commit comments

Comments
 (0)