Skip to content

Commit e6a990c

Browse files
Merge pull request #1688 from alexandear/docs-fix-typo
docs: Fix typo in README
2 parents 89cbdd9 + f8c628e commit e6a990c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Get started:
2020
* Install testify with [one line of code](#installation), or [update it with another](#staying-up-to-date)
2121
* For an introduction to writing test code in Go, see https://go.dev/doc/code#Testing
2222
* Check out the API Documentation https://pkg.go.dev/github.com/stretchr/testify
23-
* Use [testifylint](https://github.com/Antonboom/testifylint) (via [golanci-lint](https://golangci-lint.run/)) to avoid common mistakes
23+
* Use [testifylint](https://github.com/Antonboom/testifylint) (via [golangci-lint](https://golangci-lint.run/)) to avoid common mistakes
2424
* A little about [Test-Driven Development (TDD)](https://en.wikipedia.org/wiki/Test-driven_development)
2525

2626
[`assert`](https://pkg.go.dev/github.com/stretchr/testify/assert "API documentation") package

0 commit comments

Comments
 (0)