diff --git a/docs/book/src/cronjob-tutorial/running.md b/docs/book/src/cronjob-tutorial/running.md index ed38ed25cc5..0b1dbde3c05 100644 --- a/docs/book/src/cronjob-tutorial/running.md +++ b/docs/book/src/cronjob-tutorial/running.md @@ -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. diff --git a/docs/book/src/reference/generating-crd.md b/docs/book/src/reference/generating-crd.md index 86429dead06..dba4f23f3cc 100644 --- a/docs/book/src/reference/generating-crd.md +++ b/docs/book/src/reference/generating-crd.md @@ -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].