We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e960cb4 commit c913df2Copy full SHA for c913df2
docs/book/src/cronjob-tutorial.md
@@ -12,7 +12,7 @@ implementation of the CronJob controller in Kubernetes, and we'd like to
12
rewrite it using KubeBuilder.
13
14
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
+tasks on the Kubernetes cluster at regular intervals. It does this by
16
building on top of the *Job* controller, whose task is to run one-off tasks
17
once, seeing them to completion.
18
0 commit comments