From dbc85d988ecaf7b174c2f212c1c721393972534c Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Thu, 9 Mar 2023 20:06:50 +0100 Subject: [PATCH] fix: fix typo Part-of: --- front/src/composables/audio/tracks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/composables/audio/tracks.ts b/front/src/composables/audio/tracks.ts index c759714e6..a765f8a2f 100644 --- a/front/src/composables/audio/tracks.ts +++ b/front/src/composables/audio/tracks.ts @@ -110,7 +110,7 @@ export const useTracks = createGlobalState(() => { // \ \________ B is the currently played track // \__________ A is the previous track // - // Now, let's make an assumption that caching next tracks is more valueable than caching previous tracks. + // Now, let's make an assumption that caching next tracks is more valuable than caching previous tracks. // To prevent track B from being disposed from the cache after enqueueing D and E tracks as 'next track' twice, we can fetch the track from the cache and bump its counter // The cache state would be as follows: //