diff --git a/pkg/builder/controller_test.go b/pkg/builder/controller_test.go index b1c9c3de3b..46e937d590 100644 --- a/pkg/builder/controller_test.go +++ b/pkg/builder/controller_test.go @@ -148,7 +148,7 @@ var _ = Describe("application", func() { Expect(instance).To(BeNil()) }) - It("should allow creating a controllerw without calling For", func() { + It("should allow creating a controller without calling For", func() { By("creating a controller manager") m, err := manager.New(cfg, manager.Options{}) Expect(err).NotTo(HaveOccurred())