From be4649c900e47cc2e94ba57ab358970d3e414e47 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 6 Jan 2026 00:50:46 +0800 Subject: [PATCH] docs: fix typo in funbox JSDoc (@mpodhaisky) (#7306) Fixes a minor typo in a JSDoc comment. No functional changes. --- frontend/src/ts/test/funbox/list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/ts/test/funbox/list.ts b/frontend/src/ts/test/funbox/list.ts index 44ff56ef2..88220d8ba 100644 --- a/frontend/src/ts/test/funbox/list.ts +++ b/frontend/src/ts/test/funbox/list.ts @@ -121,7 +121,7 @@ export function getActiveFunboxesWithFunction( } /** - * 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 */