diff --git a/packages/cli/src/ui/contexts/KeypressContext.tsx b/packages/cli/src/ui/contexts/KeypressContext.tsx index a5ff7e92a2..cd5b6224f0 100644 --- a/packages/cli/src/ui/contexts/KeypressContext.tsx +++ b/packages/cli/src/ui/contexts/KeypressContext.tsx @@ -193,7 +193,7 @@ function bufferBackslashEnter( * Converts return keys pressed quickly after other keys into plain * insertable return characters. * - * This is to accomodate older terminals that paste text without bracketing. + * This is to accommodate older terminals that paste text without bracketing. */ function bufferFastReturn(keypressHandler: KeypressHandler): KeypressHandler { let lastKeyTime = 0;