Skip to content

Commit b1087a7

Browse files
authored
Merge pull request #3039 from seemiller/patch-1
📖 Fix grammar in comment
2 parents 6af8e88 + dc5bd18 commit b1087a7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func (r *CronJobReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct
271271
around.
272272
*/
273273

274-
// NB: deleting these is "best effort" -- if we fail on a particular one,
274+
// NB: deleting these are "best effort" -- if we fail on a particular one,
275275
// we won't requeue just to finish the deleting.
276276
if cronJob.Spec.FailedJobsHistoryLimit != nil {
277277
sort.Slice(failedJobs, func(i, j int) bool {

0 commit comments

Comments
 (0)