diff --git a/helpers_test.go b/helpers_test.go index cd01216..776397a 100644 --- a/helpers_test.go +++ b/helpers_test.go @@ -252,7 +252,7 @@ var _ = Describe("Helpers", func() { Expect(result).Should(HaveKeyWithValue("fmt", "Println")) }) - It("should return the type and call name when built-in new function is overriden", func() { + It("should return the type and call name when built-in new function is overridden", func() { pkg := testutils.NewTestPackage() defer pkg.Close() pkg.AddFile("main.go", `