Skip to content

Commit

Permalink
Fix typo in documentation (#29)
Browse files Browse the repository at this point in the history
recursiely -> resursively
  • Loading branch information
karmi authored Oct 14, 2019
1 parent 05b4d49 commit 0117714
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 @@ -25,7 +25,7 @@ go get -u github.com/elastic/go-licenser
```
Usage: go-licenser [flags] [path]
go-licenser walks the specified path recursiely and appends a license Header if the current
go-licenser walks the specified path recursively and appends a license Header if the current
header doesn't match the one found in the file.
Options:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
var usageText = `
Usage: go-licenser [flags] [path]
go-licenser walks the specified path recursiely and appends a license Header if the current
go-licenser walks the specified path recursively and appends a license Header if the current
header doesn't match the one found in the file.
Options:
Expand Down

0 comments on commit 0117714

Please sign in to comment.