Fixing typo

main
Óscar M. Lage 2024-04-09 20:21:52 +02:00
parent 1b6b4f998a
commit 1617715b93
1 changed files with 1 additions and 1 deletions

View File

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