We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff62472 commit b9608dbCopy full SHA for b9608db
.goreleaser.yml
@@ -53,7 +53,7 @@ brews:
53
folder: Formula
54
homepage: https://github.com/traefik/mocktail
55
description: |
56
- Naive code generator that create mock implementation using testify.mock.
+ Naive code generator that creates mock implementation using testify.mock.
57
test: |
58
system "echo 0"
59
readme.md
@@ -8,7 +8,7 @@
8
</picture>
9
</p>
10
11
-Naive code generator that create mock implementation using `testify.mock`.
+Naive code generator that creates mock implementation using `testify.mock`.
12
13
Unlike [mockery](https://github.com/vektra/mockery), Mocktail generates typed methods on mocks.
14
0 commit comments