Correct wording.
This commit is contained in:
parent
04b006d5b8
commit
87f97ab121
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export const WordCorrectionThreshold: React.FC<
|
||||||
min={0.0}
|
min={0.0}
|
||||||
max={1.0}
|
max={1.0}
|
||||||
label="Word Correction Threshold"
|
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}
|
descriptionMode={descriptionMode}
|
||||||
grouped={grouped}
|
grouped={grouped}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue