Skip to content

Commit f5c0a5c

Browse files
Update tutorial.md (#6311)
* Update tutorial.md Signed-off-by: Dharmit Shah <shahdharmit@gmail.com> * Update website/content/en/docs/building-operators/golang/tutorial.md Co-authored-by: Varsha <varshaprasad96@gmail.com> Signed-off-by: Dharmit Shah <shahdharmit@gmail.com> --------- Signed-off-by: Dharmit Shah <shahdharmit@gmail.com> Co-authored-by: Varsha <varshaprasad96@gmail.com>
1 parent d828db2 commit f5c0a5c

File tree

1 file changed

+1
-1
lines changed
  • website/content/en/docs/building-operators/golang

1 file changed

+1
-1
lines changed

website/content/en/docs/building-operators/golang/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This will scaffold the Memcached resource API at `api/v1alpha1/memcached_types.g
9797

9898
For an in-depth explanation of Kubernetes APIs and the group-version-kind model, check out these [kubebuilder docs][kb-doc-gkvs].
9999

100-
In general, it's recommended to have one controller responsible for manage each API created for the project to
100+
In general, it's recommended to have one controller responsible for managing each API created for the project to
101101
properly follow the design goals set by [controller-runtime][controller-runtime].
102102

103103
### Define the API

0 commit comments

Comments
 (0)