diff --git a/docs/book/src/component-config-tutorial/config-type.md b/docs/book/src/component-config-tutorial/config-type.md index 2e3c08dfd04..d8d42925de3 100644 --- a/docs/book/src/component-config-tutorial/config-type.md +++ b/docs/book/src/component-config-tutorial/config-type.md @@ -13,7 +13,7 @@ Then, run `make build` to implement the interface for your API type, which would

Use --controller=false

You may notice this command from the `CronJob` tutorial although here we -explicity setting `--controller=false` because `ProjectConfig` is not +explicitly setting `--controller=false` because `ProjectConfig` is not intended to be an API extension and cannot be reconciled. diff --git a/docs/book/src/component-config-tutorial/tutorial.md b/docs/book/src/component-config-tutorial/tutorial.md index 692b6fa0da9..ffe7a5ef3b8 100644 --- a/docs/book/src/component-config-tutorial/tutorial.md +++ b/docs/book/src/component-config-tutorial/tutorial.md @@ -10,7 +10,7 @@ community has been migrating the core components away from this and toward using versioned config files, referred to as "component configs". The rest of this tutorial will show you how to configure your kubebuilder -project with the a component config type then moves on to implementing a custom +project with the component config type then moves on to implementing a custom type so that you can extend this capability. diff --git a/docs/book/src/migration/v3vsv4.md b/docs/book/src/migration/v3vsv4.md index b52dd35b27d..3af3786212e 100644 --- a/docs/book/src/migration/v3vsv4.md +++ b/docs/book/src/migration/v3vsv4.md @@ -43,7 +43,7 @@ Projects scaffolded with Kubebuilder v3 release still using the `go.kubebuilder.