Skip to content

Commit b708c1d

Browse files
authored
Fix typo
Fixes a typo.
1 parent f3bf329 commit b708c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ In such cases, it can be tricky to set up liveness probe parameters without
315315
compromising the fast response to deadlocks that motivated such a probe.
316316
The trick is to set up a startup probe with the same command, HTTP or TCP
317317
check, with a `failureThreshold * periodSeconds` long enough to cover the
318-
worse case startup time.
318+
worst case startup time.
319319

320320
So, the previous example would become:
321321

0 commit comments

Comments
 (0)