Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess committed Jan 5, 2025
1 parent 0231350 commit 1802090
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Project Description

`test` is my take on a handy, lightweight Go test helper package. Inspired by [matryer/is], [carlmjohnson/be] and others.
`test` is my take on a handy, lightweight Go test helper package. Inspired by [matryer/is], [earthboundkid/be] and others.

It provides a lightweight, but useful, extension to the std lib testing package with a friendlier and hopefully intuitive API. You definitely don't need it,
but might find it useful anyway 🙂
Expand Down Expand Up @@ -245,7 +245,7 @@ func TestFile(t *testing.T) {
}
```

This wil read the file, normalise line endings and then generate an output almost like a git diff:
This will read the file, normalise line endings and then generate an output almost like a git diff:

```patch
--- want
Expand All @@ -262,4 +262,4 @@ This package was created with [copier] and the [FollowTheProcess/go_copier] proj
[copier]: https://copier.readthedocs.io/en/stable/
[FollowTheProcess/go_copier]: https://github.com/FollowTheProcess/go_copier
[matryer/is]: https://github.com/matryer/is
[carlmjohnson/be]: https://github.com/carlmjohnson/be
[earthboundkid/be]: https://github.com/earthboundkid/be

0 comments on commit 1802090

Please sign in to comment.