Skip to content

Commit 5f1984d

Browse files
authored
Merge pull request #2752 from dharmit/typos-cronjob-tutorial
📖 Address typos in cronjob tutorial
2 parents 32c3160 + 0810a02 commit 5f1984d

File tree

1 file changed

+2
-1
lines changed
  • docs/book/src/cronjob-tutorial

1 file changed

+2
-1
lines changed

docs/book/src/cronjob-tutorial/gvks.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ API!
4848

4949
## So, how can we create our API?
5050

51-
In the next section, [Adding a new API](../cronjob-tutorial/new-api.html) we will check how the tool help us to create our own API's with the command `kubebuilder create api`.
51+
In the next section, [Adding a new API](../cronjob-tutorial/new-api.html), we will check how the tool helps us to
52+
create our own APIs with the command `kubebuilder create api`.
5253

5354
The goal of this command is to create Custom Resource (CR) and Custom Resource Definition (CRD) for our Kind(s). To check it further see; [Extend the Kubernetes API with CustomResourceDefinitions][kubernetes-extend-api].
5455

0 commit comments

Comments
 (0)