Skip to content

Commit b9608db

Browse files
committed
docs: fix typo
1 parent ff62472 commit b9608db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ brews:
5353
folder: Formula
5454
homepage: https://github.com/traefik/mocktail
5555
description: |
56-
Naive code generator that create mock implementation using testify.mock.
56+
Naive code generator that creates mock implementation using testify.mock.
5757
test: |
5858
system "echo 0"
5959

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</picture>
99
</p>
1010

11-
Naive code generator that create mock implementation using `testify.mock`.
11+
Naive code generator that creates mock implementation using `testify.mock`.
1212

1313
Unlike [mockery](https://github.com/vektra/mockery), Mocktail generates typed methods on mocks.
1414

0 commit comments

Comments
 (0)