Skip to content

Commit

Permalink
Fixed a typo in the command description
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarlanting committed Aug 15, 2018
1 parent 6a1ade8 commit 6b85b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bun/cmd/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func init() {
Specify a subcommand to run a specific check, e.g.` + " `bun check health`." +
`
Or run all the available checks by not spcifying any, i.e.` + " `bun check`.",
Or run all the available checks by not specifying any, i.e.` + " `bun check`.",
PreRun: preRun,
Run: runCheck,
}
Expand Down

0 comments on commit 6b85b09

Please sign in to comment.