Skip to content

Commit

Permalink
doc: fix typo issues in the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ctison committed Jul 20, 2020
1 parent b335ded commit 3a0458d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/book/src/cronjob-tutorial/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default).

If you're not running a local API server, you'll also need to figure out
how to proxy traffic from the remote cluster to your local webhook server.
For this reason, we generally reccomended disabling webhooks when doing
For this reason, we generally recommend disabling webhooks when doing
your local code-run-test cycle, as we do below.

</aside>
Expand Down
2 changes: 1 addition & 1 deletion docs/book/src/reference/generating-crd.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type Toy struct {
CRDs can choose to implement the `/status` and `/scale`
[subresources][kube-subresources] as of Kubernetes 1.13.

It's generally reccomended that you make use of the `/status` subresource
It's generally recommended that you make use of the `/status` subresource
on all resources that have a status field.

Both subresources have a corresponding [marker][crd-markers].
Expand Down

0 comments on commit 3a0458d

Please sign in to comment.