From bee8ddff665cb12120f5728a8fa6b608151e7b0f Mon Sep 17 00:00:00 2001 From: MohammedMaaz Date: Fri, 5 Jun 2026 20:53:51 +0500 Subject: [PATCH] fix: correct typo in toggle label for summarization --- src/SummaryContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SummaryContainer.tsx b/src/SummaryContainer.tsx index aa8cc91..814d7e8 100644 --- a/src/SummaryContainer.tsx +++ b/src/SummaryContainer.tsx @@ -40,7 +40,7 @@ export const SummaryContainer = ({ isSummaryEnabled, setIsSummaryEnabled, isLoad setIsSummaryEnabled(e.target.checked)} - label="Summarize seach results" + label="Summarize search results" /> {summaryContent && (