From 74844bbd321b871cdad2499798c474c8166b43fb Mon Sep 17 00:00:00 2001 From: Joshua Horton Date: Fri, 13 Mar 2026 23:16:46 +0700 Subject: [PATCH] Update web/src/engine/predictive-text/worker-thread/src/main/correction/context-tokenization.ts Co-authored-by: Eberhard Beilharz --- .../worker-thread/src/main/correction/context-tokenization.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/engine/predictive-text/worker-thread/src/main/correction/context-tokenization.ts b/web/src/engine/predictive-text/worker-thread/src/main/correction/context-tokenization.ts index 4c37c4e135..be50382a91 100644 --- a/web/src/engine/predictive-text/worker-thread/src/main/correction/context-tokenization.ts +++ b/web/src/engine/predictive-text/worker-thread/src/main/correction/context-tokenization.ts @@ -566,7 +566,7 @@ export class ContextTokenization { * triggering the transition. * @param bestProbFromSet The probability of the single most likely input * transform in the overall transformDistribution associated with the - * keystroke triggering theh transition. It need not be represented by the + * keystroke triggering the transition. It need not be represented by the * tokenizationPath to be built. * @param appliedSuggestionId * @returns