From 64cf298521786c7e5c930b62ee8834e8082ef160 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Sun, 15 Dec 2024 13:35:14 +0800 Subject: [PATCH] docs: Update watch.md --- aider/website/docs/usage/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/usage/watch.md b/aider/website/docs/usage/watch.md index c167b5eec..aa3f73b60 100644 --- a/aider/website/docs/usage/watch.md +++ b/aider/website/docs/usage/watch.md @@ -37,7 +37,7 @@ description: Aider can run in your browser, not just on the command line. If you run aider with `--watch-files`, it will watch all files in your repo and look for any AI coding instructions you add using your favorite IDE or text editor. -Specifically, aider looks for one-liner comments (# ... or // ...) that either start or end with `AI`, `AI!` or `AI?1 like these: +Specifically, aider looks for one-liner comments (# ... or // ...) that either start or end with `AI`, `AI!` or `AI?` like these: ```python # Make a snake game. AI!