Skip to content

Commit 2f5ff0a

Browse files
author
Katrina Owen
committed
Fix typo in doc comment
1 parent 0b8fcea commit 2f5ff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const msgMissingMetadata = `
5656
5757
`
5858

59-
// validateUserConfig validates the presense of required user config values
59+
// validateUserConfig validates the presence of required user config values
6060
func validateUserConfig(cfg *viper.Viper) error {
6161
if cfg.GetString("token") == "" {
6262
return fmt.Errorf(

0 commit comments

Comments
 (0)