Skip to content

Commit 93e9649

Browse files
authored
Fix minor typo
1 parent 03f70fb commit 93e9649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/generating-crd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ controller-gen, using the same syntax as markers. For instance, to
181181
generate CRDs with "trivial versions" (no version conversion webhooks), we
182182
call `controller-gen crd:trivialVersions=true paths=./api/...`.
183183

184-
controller-gen also supports different output "rules" to controller how
184+
controller-gen also supports different output "rules" to control how
185185
and where output goes. Notice the `manifests` make rule (condensed
186186
slightly to only generate CRDs):
187187

0 commit comments

Comments
 (0)