Fixing typo

This commit is contained in:
Óscar M. Lage 2024-04-09 20:21:52 +02:00
parent 1b6b4f998a
commit 1617715b93

View File

@ -35,7 +35,7 @@ func main() {
// Hugo content directory // Hugo content directory
destDir := config.Section("").Key("hugo_dir").String() destDir := config.Section("").Key("hugo_dir").String()
// Crearing watcher // Creating watcher
watcher, err := fsnotify.NewWatcher() watcher, err := fsnotify.NewWatcher()
if err != nil { if err != nil {
fmt.Println("Error creating the watcher:", err) fmt.Println("Error creating the watcher:", err)