From 51ee5f747b6e9d8f31835ccc3c213d2258250fee Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 9 Dec 2024 09:49:52 +0000 Subject: [PATCH] correct docs --- src/soundUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soundUtils.ts b/src/soundUtils.ts index bd70c8f6..ed12cfeb 100644 --- a/src/soundUtils.ts +++ b/src/soundUtils.ts @@ -24,7 +24,7 @@ function getPreferredAudioFormat(): "ogg" | "mp3" { const preferredFormat = getPreferredAudioFormat(); /** - * Prefetch sounds to be used by the AudioContext. This should + * Prefetch sounds to be used by the AudioContext. This can * be called outside the scope of a component to ensure the * sounds load ahead of time. * @param sounds A set of sound files that may be played.