docs: fix typo in nolint (#3345)

This commit is contained in:
trajan0x 2022-11-01 19:28:50 -04:00 committed by GitHub
parent 5d4b145609
commit 970a7e40d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# nolintlint
nolintlint is a Go static analysis tool to find ill-formed or insufficiently explained `//nolint` directives for golangci
(or any other linter, using th )
nolintlint is a Go static analysis tool to find ill-formed or insufficiently explained `//nolint` directives for golangci-lint
(or any other linter, using this package)
## Purpose