From b444b5f0a32dc249269f0c739d889241af628a1c Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Tue, 15 Jul 2025 08:38:07 -0500 Subject: [PATCH] docs: typo in guide description (#3429) --- documentation/docs/tutorials/lead-worker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/tutorials/lead-worker.md b/documentation/docs/tutorials/lead-worker.md index 74aab2fe..0c89be1d 100644 --- a/documentation/docs/tutorials/lead-worker.md +++ b/documentation/docs/tutorials/lead-worker.md @@ -1,5 +1,5 @@ --- -description: Enable multi-modal functionality by pairing LLMs to complete your tasks +description: Enable multi-model functionality by pairing LLMs to complete your tasks --- import Tabs from '@theme/Tabs';