Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 20, 2022
1 parent ff62472 commit b9608db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ brews:
folder: Formula
homepage: https://github.com/traefik/mocktail
description: |
Naive code generator that create mock implementation using testify.mock.
Naive code generator that creates mock implementation using testify.mock.
test: |
system "echo 0"
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</picture>
</p>

Naive code generator that create mock implementation using `testify.mock`.
Naive code generator that creates mock implementation using `testify.mock`.

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

Expand Down

0 comments on commit b9608db

Please sign in to comment.