From 9a7b1e5f209fe0eaee1e51d39b163023dde0423f Mon Sep 17 00:00:00 2001 From: Olivia Bahr Date: Wed, 20 Nov 2024 13:45:32 -0700 Subject: [PATCH] Fix: typo in air_example.toml --- 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