Skip to content

Commit ea0ebe6

Browse files
authored
fix small typo (#601)
1 parent d795db6 commit ea0ebe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ The [`gcustom` godocs](https://pkg.go.dev/github.com/onsi/gomega/gcustom) go int
17371737

17381738
`gcustom` also supports a simpler mechanism for generating messages: `.WithMessage()` simply takes a string and builds a canned message out of that string. You can also provide precompiled templates if you want to avoid the cost of compiling a template every time the matcher is called.
17391739

1740-
### Testing CUstom Matchers
1740+
### Testing Custom Matchers
17411741

17421742
Whether you create a new `representJSONMatcher` type, or use `gcustom` you might test drive this matcher while writing it using Ginkgo. Your test might look like:
17431743

0 commit comments

Comments
 (0)