Skip to content

Commit b2d4c31

Browse files
zeghongldez
andauthored
docs: fix typo in goheader linter desc (#5009)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent de1bf49 commit b2d4c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/goheader/goheader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func New(settings *config.GoHeaderSettings) *goanalysis.Linter {
5151

5252
return goanalysis.NewLinter(
5353
linterName,
54-
"Checks is file header matches to pattern",
54+
"Checks if file header matches to pattern",
5555
[]*analysis.Analyzer{analyzer},
5656
nil,
5757
).WithIssuesReporter(func(*linter.Context) []goanalysis.Issue {

0 commit comments

Comments
 (0)