mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
docs: correct typo in bufferFastReturn JSDoc ("accomodate" → "accommodate") (#16056)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user