We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e960cb4 + c913df2 commit 2796e1aCopy full SHA for 2796e1a
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