Skip to content

Commit 28b5021

Browse files
authored
Update job.md
Corrected spelling of specifying.
1 parent 3fbb55b commit 28b5021

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
@@ -794,7 +794,7 @@ These are some requirements and semantics of the API:
794794
are evaluated in order. Once a rule matches a Pod failure, the remaining rules
795795
are ignored. When no rule matches the Pod failure, the default
796796
handling applies.
797-
- you may want to restrict a rule to a specific container by specifing its name
797+
- you may want to restrict a rule to a specific container by specifying its name
798798
in`spec.podFailurePolicy.rules[*].containerName`. When not specified the rule
799799
applies to all containers. When specified, it should match one the container
800800
or `initContainer` names in the Pod template.

0 commit comments

Comments
 (0)