From 1e4b6ce701bc25104ea41348bec87b26608d3cea Mon Sep 17 00:00:00 2001 From: 49lf Date: Fri, 7 Feb 2025 17:06:58 -0500 Subject: [PATCH] Shut up codespell --- src/hooks/useEngineStreamContext.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/useEngineStreamContext.ts b/src/hooks/useEngineStreamContext.ts index 47337dc96..1783b962c 100644 --- a/src/hooks/useEngineStreamContext.ts +++ b/src/hooks/useEngineStreamContext.ts @@ -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', }