Skip to content

Commit 9a31b74

Browse files
authored
Delete an unnecessary backslash
1 parent 8dfd25a commit 9a31b74

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
@@ -340,7 +340,7 @@ startupProbe:
340340
```
341341

342342
Thanks to the startup probe, the application will have a maximum of 5 minutes
343-
(30 \* 10 = 300s) to finish its startup.
343+
(30 * 10 = 300s) to finish its startup.
344344
Once the startup probe has succeeded once, the liveness probe takes over to
345345
provide a fast response to container deadlocks.
346346
If the startup probe never succeeds, the container is killed after 300s and

0 commit comments

Comments
 (0)