✏️(frontend) update BackgroundBlurTrackProcessorJsWrapper.ts

accross -> across
This commit is contained in:
Ikko Eltociear Ashimine
2025-03-16 22:24:24 +09:00
committed by lebaudantoine
parent 74164b8498
commit 80e5c9bb95

View File

@@ -13,7 +13,7 @@ import {
/**
* This is simply a wrapper around track-processor-js Processor
* in order to be compatible with a common interface BackgroundBlurProcessorInterface
* used accross the project.
* used across the project.
*/
export class BackgroundBlurTrackProcessorJsWrapper
implements BackgroundProcessorInterface