From afa70034d594c618b0749967d1feeb61576ef0f1 Mon Sep 17 00:00:00 2001 From: Behrang Saeedzadeh Date: Sat, 14 Jun 2025 14:13:28 +0330 Subject: [PATCH] docs: Fix a typo in text threads docs (#32417) --- docs/src/ai/text-threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ai/text-threads.md b/docs/src/ai/text-threads.md index de84e2c057..65a5dcba03 100644 --- a/docs/src/ai/text-threads.md +++ b/docs/src/ai/text-threads.md @@ -47,7 +47,7 @@ A typical workflow might involve making edits and adjustments throughout the con 6. Add additional context to your original message. 7. Submit the message with {#kb assistant::Assist}. -Being able to edit previous messages gives you control over how tokens are used. You don't need to start up a new chats to correct a mistake or to add additional information, and you don't have to waste tokens by submitting follow-up corrections. +Being able to edit previous messages gives you control over how tokens are used. You don't need to start up a new chat to correct a mistake or to add additional information, and you don't have to waste tokens by submitting follow-up corrections. > **Note**: The act of editing past messages is often referred to as "Rewriting History" in the context of the language models.