Skip to content

Commit

Permalink
Merge pull request #1601 from ctison/master
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
k8s-ci-robot committed Jul 20, 2020
2 parents b335ded + 3a0458d commit 76edcfb
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 76edcfb

Please sign in to comment.