From 87f97ab121f759632824cff686fe2331e85306bb Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Fri, 15 Aug 2025 12:09:16 -0700 Subject: [PATCH] Correct wording. --- src/components/settings/debug/WordCorrectionThreshold.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/settings/debug/WordCorrectionThreshold.tsx b/src/components/settings/debug/WordCorrectionThreshold.tsx index 5fd233a..8816689 100644 --- a/src/components/settings/debug/WordCorrectionThreshold.tsx +++ b/src/components/settings/debug/WordCorrectionThreshold.tsx @@ -23,7 +23,7 @@ export const WordCorrectionThreshold: React.FC< min={0.0} max={1.0} label="Word Correction Threshold" - description="Controls how aggressively custom words are applied. Lower values mean more corrections will be made, higher values mean fewer corrections. Range: 0 (most aggressive) to 1 (least aggressive)." + description="Controls how aggressively custom words are applied. Lower values mean fewer corrections will be made, higher values mean more corrections. Range: 0 (least aggressive) to 1 (most aggressive)." descriptionMode={descriptionMode} grouped={grouped} />