Skip to content

Commit 0a0571c

Browse files
committed
fix typo 'reconsitute' => 'reconstitute'
1 parent 100b673 commit 0a0571c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/cronjob-tutorial/testdata/project/controllers/cronjob_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func (r *CronJobReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error) {
203203
successfulJobs = append(successfulJobs, &childJobs.Items[i])
204204
}
205205

206-
// We'll store the launch time in an annotation, so we'll reconsitute that from
206+
// We'll store the launch time in an annotation, so we'll reconstitute that from
207207
// the active jobs themselves.
208208
scheduledTimeForJob, err := getScheduledTimeForJob(&job)
209209
if err != nil {

0 commit comments

Comments
 (0)