Skip to content

Commit be4649c

Browse files
authored
docs: fix typo in funbox JSDoc (@mpodhaisky) (#7306)
Fixes a minor typo in a JSDoc comment. No functional changes.
1 parent 7f499f0 commit be4649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/test/funbox/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export function getActiveFunboxesWithFunction<F extends keyof FunboxFunctions>(
121121
}
122122

123123
/**
124-
* Check if there is an active funbox implemenging the given function
124+
* Check if there is an active funbox implementing the given function
125125
* @param functionName function name
126126
* @returns
127127
*/

0 commit comments

Comments
 (0)