Shut up codespell

This commit is contained in:
49lf
2025-02-07 17:06:58 -05:00
committed by lee-at-zoo-corp
parent e642731529
commit 1e4b6ce701

View File

@ -11,7 +11,7 @@ export enum EngineStreamState {
WaitForMediaStream = 'wait-for-media-stream',
Playing = 'playing',
Paused = 'paused',
// The is the state inbetween Paused and Playing *specifically that order*.
// The is the state in-between Paused and Playing *specifically that order*.
Resuming = 'resuming',
}