Skip to content

Commit 4d096ae

Browse files
author
Phillip Wittrock
authored
Merge pull request #76 from nikhiljindal/patch-1
Fixing a typo in README.md
2 parents d947050 + 7ddc946 commit 4d096ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ kubebuilder create resource --group mygroup --version v1beta1 --kind MyKind
8989

9090
### pkg/controllers
9191

92-
**Users must packages under this package**
92+
**Users must edit packages under this package**
9393

9494
The `controllers` package contains the controllers to implement the resource APIs. Controllers are defined under
9595
`pkg/controllers/<kind>/controller.go`. Controllers may be annotated with comments to wire the controller into the

0 commit comments

Comments
 (0)