Skip to content

Commit e825ef3

Browse files
committed
case consistency for Job
1 parent be603de commit e825ef3

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
@@ -538,7 +538,7 @@ spec:
538538

539539
You can also toggle Job suspension by patching the Job using the command line.
540540

541-
Suspend an active job:
541+
Suspend an active Job:
542542

543543
```shell
544544
kubectl patch job/myjob -p '{"spec":{"suspend":true}}'

0 commit comments

Comments
 (0)