Skip to content

Commit

Permalink
misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Sep 18, 2024
1 parent 2f1cd17 commit e91a4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
type MailTemplate string

// GetMailTemplates reads the email templates from the specified directory.
// Returns a map with the filename and file absoulte path. The filename is the
// Returns a map with the filename and file absolute path. The filename is the
// key and the path is the value.
func GetMailTemplates(templatesPath string) (map[MailTemplate]string, error) {
// create a map to store the filename and file content
Expand Down

0 comments on commit e91a4e1

Please sign in to comment.