docs: Typos (#10628)

chore: typos

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2024-11-29 17:39:24 +00:00
parent bda31284bf
commit 388783d7dd
8 changed files with 8 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ describe('State transitions', () => {
});
test('Playing resource with pausing and resuming', async () => {
// Call AudioResource constructor directly to avoid analysing pipeline for stream
// Call AudioResource constructor directly to avoid analyzing pipeline for stream
const resource = await started(new AudioResource([], [Readable.from(silence())], null, 5));
player = createAudioPlayer();
expect(player.state.status).toEqual(AudioPlayerStatus.Idle);