Skip to content

Commit c5addcc

Browse files
authored
[en] Fix typo in job.md
1 parent e942197 commit c5addcc

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/controllers

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ reset to the current time. This means that the `.spec.activeDeadlineSeconds`
753753
timer will be stopped and reset when a Job is suspended and resumed.
754754

755755
When you suspend a Job, any running Pods that don't have a status of `Completed`
756-
will be [terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination).
756+
will be [terminated](/docs/concepts/workloads/pods/pod-lifecycle/#pod-termination)
757757
with a SIGTERM signal. The Pod's graceful termination period will be honored and
758758
your Pod must handle this signal in this period. This may involve saving
759759
progress for later or undoing changes. Pods terminated this way will not count

0 commit comments

Comments
 (0)