docs: correct typo in bufferFastReturn JSDoc ("accomodate" → "accommodate") (#16056)

This commit is contained in:
minglu7
2026-01-09 02:59:02 +08:00
committed by GitHub
parent 76d020511f
commit ced5110dab

View File

@@ -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;