Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswilde committed Apr 23, 2022
1 parent 53dba49 commit 3200782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cook-docs/command_line.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func newCookDocsCommand(run func(cmd *cobra.Command, args []string)) (*cobra.Com
// Config file not found; ignore error if desired
log.Debug(err)
} else {
log.Debugf("Error occured while reading config file: %s \n", err)
log.Debugf("Error occurred while reading config file: %s \n", err)
}
} else {
log.Debugf("Using config file %s", viper.ConfigFileUsed())
Expand Down

0 comments on commit 3200782

Please sign in to comment.