Skip to content

Commit 2996ce7

Browse files
authored
Merge pull request #47672 from slahirucd7/patch-2
Update liveness-readiness-startup-probes.md
2 parents 586d350 + 68d2de7 commit 2996ce7

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
@@ -40,6 +40,6 @@ A startup probe verifies whether the application within a container is started.
4040

4141
If such a probe is configured, it disables liveness and readiness checks until it succeeds.
4242

43-
This type of probe is only executed at startup, unlike livenss and readiness probes, which are run periodically.
43+
This type of probe is only executed at startup, unlike liveness and readiness probes, which are run periodically.
4444

4545
* Read more about the [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes).

0 commit comments

Comments
 (0)