Skip to content

Commit 8f576a7

Browse files
authored
Merge pull request #35547 from kardashov/patch-1
[en] fix typo CrobJob -> CronJob
2 parents 3398786 + cc8ad22 commit 8f576a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ For more information about working with Kubernetes objects and their
136136
[managing resources](/docs/concepts/cluster-administration/manage-deployment/),
137137
and [using kubectl to manage resources](/docs/concepts/overview/working-with-objects/object-management/) documents.
138138

139-
Each manifest for a CrobJob also needs a [`.spec`](/docs/concepts/overview/working-with-objects/kubernetes-objects/#object-spec-and-status) section.
139+
Each manifest for a CronJob also needs a [`.spec`](/docs/concepts/overview/working-with-objects/kubernetes-objects/#object-spec-and-status) section.
140140

141141
{{< note >}}
142142
If you modify a CronJob, the changes you make will apply to new jobs that start to run after your modification

0 commit comments

Comments
 (0)