Some cleanup, fixes typos and grammar errors

This commit is contained in:
Deluan 2022-12-06 20:09:03 -05:00
parent c5f7cf97f4
commit f206d81afd
8 changed files with 10 additions and 9 deletions

View file

@ -29,7 +29,7 @@ func (h *Hook) Levels() []logrus.Level {
return h.AcceptedLevels
}
// Fire redacts values in an log Entry that match
// Fire redacts values in a log Entry that match
// with keys defined in the RedactionList
func (h *Hook) Fire(e *logrus.Entry) error {
if err := h.initRedaction(); err != nil {