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', }