Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Katrina Owen committed Feb 26, 2019
1 parent 0b8fcea commit 2f5ff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const msgMissingMetadata = `
`

// validateUserConfig validates the presense of required user config values
// validateUserConfig validates the presence of required user config values
func validateUserConfig(cfg *viper.Viper) error {
if cfg.GetString("token") == "" {
return fmt.Errorf(
Expand Down

0 comments on commit 2f5ff0a

Please sign in to comment.