From 686b1868e467306887ba79ae1622900e56a73c41 Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Thu, 24 Apr 2025 19:29:51 -0600 Subject: [PATCH] docs: Fix typo in terminal improvements section of v3.14.2 release notes --- docs/update-notes/v3.14.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update-notes/v3.14.2.md b/docs/update-notes/v3.14.2.md index 13b8baf7..3ba2015c 100644 --- a/docs/update-notes/v3.14.2.md +++ b/docs/update-notes/v3.14.2.md @@ -11,7 +11,7 @@ This release introduces prompt caching for Gemini, user control over caching for * **Why the checkbox?** This setting is provided as a temporary workaround for potential response delays sometimes observed with Google's caching mechanism when accessed via these two providers. Caching is *not* enabled by default for them. * **Requesty:** Caching remains automatic for supported models via Requesty. -## Terminal Improvments +## Terminal Improvements * Improved handling of terminal output containing backspace characters for cleaner display (thanks KJ7LNW!).