From d0d8ff8313e9ec65fc556a89910957f760578721 Mon Sep 17 00:00:00 2001 From: Dayyan Smith <7551272+daysm@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:27:06 +0100 Subject: [PATCH] Fix typo --- 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 fbb2a1d2f..f46be1dbc 100644 --- a/aider/website/docs/usage/watch.md +++ b/aider/website/docs/usage/watch.md @@ -53,7 +53,7 @@ Or in `//` comment languages... Aider will take note of all the comments that start or end with `AI`. Comments that include `AI!` with an exclamation point or `AI?` with a question mark are special. -They triggers aider to take action to collect *all* the AI comments and use them +They trigger aider to take action to collect *all* the AI comments and use them as your instructions. - `AI!` triggers aider to make changes to your code.