docs: fix typo in goheader linter desc (#5009)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Li Zeghong 2024-09-12 23:13:34 +08:00 committed by GitHub
parent de1bf4997f
commit b2d4c315fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ func New(settings *config.GoHeaderSettings) *goanalysis.Linter {
return goanalysis.NewLinter(
linterName,
"Checks is file header matches to pattern",
"Checks if file header matches to pattern",
[]*analysis.Analyzer{analyzer},
nil,
).WithIssuesReporter(func(*linter.Context) []goanalysis.Issue {