Skip to content

Commit 2796e1a

Browse files
authored
Merge pull request #792 from mattysweeps/patch-2
cronjob-tutorial.md - fix typo
2 parents e960cb4 + c913df2 commit 2796e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/cronjob-tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ implementation of the CronJob controller in Kubernetes, and we'd like to
1212
rewrite it using KubeBuilder.
1313

1414
The job (no pun intended) of the *CronJob* controller is to run one-off
15-
tasks on the Kubernetes cluster at regular intervals. It does the by
15+
tasks on the Kubernetes cluster at regular intervals. It does this by
1616
building on top of the *Job* controller, whose task is to run one-off tasks
1717
once, seeing them to completion.
1818

0 commit comments

Comments
 (0)