Skip to content

Commit

Permalink
fix: fix typo for errchkjson (golangci#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn authored and SeigeC committed Apr 4, 2023
1 parent b3ef479 commit 43fbbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/golinters/errchkjson.go
Expand Up @@ -25,7 +25,7 @@ func NewErrChkJSONFuncName(cfg *config.ErrChkJSONSettings) *goanalysis.Linter {
return goanalysis.NewLinter(
"errchkjson",
"Checks types passed to the json encoding functions. "+
"Reports unsupported types and optionally reports occations, "+
"Reports unsupported types and optionally reports occasions, "+
"where the check for the returned error can be omitted.",
[]*analysis.Analyzer{a},
cfgMap,
Expand Down

0 comments on commit 43fbbf7

Please sign in to comment.