Skip to content

Commit

Permalink
fix simple typo (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmi-13 authored Sep 27, 2022
1 parent 7395ab8 commit 216be45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ go install github.com/timonwong/loggercheck/cmd/loggercheck
## Usage

```
loggercheck: Checks key valur pairs for common logger libraries (kitlog,logr,klog,zap).
loggercheck: Checks key value pairs for common logger libraries (kitlog,logr,klog,zap).
Usage: loggercheck [-flag] [package]
Expand Down
2 changes: 1 addition & 1 deletion loggercheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/timonwong/loggercheck/internal/sets"
)

const Doc = `Checks key valur pairs for common logger libraries (kitlog,klog,logr,zap).`
const Doc = `Checks key value pairs for common logger libraries (kitlog,klog,logr,zap).`

func NewAnalyzer(opts ...Option) *analysis.Analyzer {
l := newLoggerCheck(opts...)
Expand Down

0 comments on commit 216be45

Please sign in to comment.