From 99ed0437fb31d2b262a1f9d67438fa0b4f62d176 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 6 Jun 2024 12:31:18 +0900 Subject: [PATCH] docs: update HISTORY.md geneated -> generated --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 998bdbff5..1284773f3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -238,7 +238,7 @@ nav_order: 999 ### v0.15.0 - Added support for `.aiderignore` file, which instructs aider to ignore parts of the git repo. -- New `--commit` cmd line arg, which just commits all pending changes with a sensible commit message geneated by gpt-3.5. +- New `--commit` cmd line arg, which just commits all pending changes with a sensible commit message generated by gpt-3.5. - Added universal ctags and multiple architectures to the [aider docker image](https://aider.chat/docs/docker.html) - `/run` and `/git` now accept full shell commands, like: `/run (cd subdir; ls)` - Restored missing `--encoding` cmd line switch.