docs: fix typo in funbox JSDoc (@mpodhaisky) (#7306)

Fixes a minor typo in a JSDoc comment. No functional changes.
This commit is contained in:
Martin 2026-01-06 00:50:46 +08:00 committed by GitHub
parent 7f499f0632
commit be4649c900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ export function getActiveFunboxesWithFunction<F extends keyof FunboxFunctions>(
}
/**
* Check if there is an active funbox implemenging the given function
* Check if there is an active funbox implementing the given function
* @param functionName function name
* @returns
*/