From c8dafa2a1ac1949a1403b370dac303d101857848 Mon Sep 17 00:00:00 2001 From: Henry Fraser Date: Sat, 29 Jun 2024 12:35:30 +1000 Subject: [PATCH] Fix tiny typo --- website/docs/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/scripting.md b/website/docs/scripting.md index 984ecb864..2ab0af8a4 100644 --- a/website/docs/scripting.md +++ b/website/docs/scripting.md @@ -80,7 +80,7 @@ See the [Coder.create() and Coder.__init__() methods](https://github.com/paul-gauthier/aider/blob/main/aider/coders/base_coder.py) for all the supported arguments. -It can also be helpful to set the equivalend of `--yes` by doing this: +It can also be helpful to set the equivalent of `--yes` by doing this: ``` from aider.io import InputOutput