From 7019f7aa79dc6c258e905dff3f90f53536855bcb Mon Sep 17 00:00:00 2001 From: Olivia Bahr Date: Thu, 21 Nov 2024 00:19:56 -0700 Subject: [PATCH] Fix: typo in air_example.toml (#706) --- air_example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/air_example.toml b/air_example.toml index 0cef2ea4..32d45ccb 100644 --- a/air_example.toml +++ b/air_example.toml @@ -34,7 +34,7 @@ exclude_regex = ["_test\\.go"] exclude_unchanged = true # Follow symlink for directories follow_symlink = true -# This log file places in your tmp_dir. +# This log file is placed in your tmp_dir. log = "air.log" # Poll files for changes instead of using fsnotify. poll = false