We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d828db2 commit f5c0a5cCopy full SHA for f5c0a5c
website/content/en/docs/building-operators/golang/tutorial.md
@@ -97,7 +97,7 @@ This will scaffold the Memcached resource API at `api/v1alpha1/memcached_types.g
97
98
For an in-depth explanation of Kubernetes APIs and the group-version-kind model, check out these [kubebuilder docs][kb-doc-gkvs].
99
100
-In general, it's recommended to have one controller responsible for manage each API created for the project to
+In general, it's recommended to have one controller responsible for managing each API created for the project to
101
properly follow the design goals set by [controller-runtime][controller-runtime].
102
103
### Define the API
0 commit comments