Skip to content

Commit

Permalink
Fix typo in JSDoc.
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Ziółkowski <[email protected]>
  • Loading branch information
sirreal and gziolo authored Apr 5, 2024
1 parent f0ebfe3 commit f0fc3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interactivity/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export function useCallback( callback, inputs ) {
* available so functions like `getElement()` and `getContext()` can be used
* inside the passed factory function.
*
* @template {unknown} T The momized value.
* @template {unknown} T The memoized value.
*
* @param {() => T} factory Factory function that returns that value for memoization.
* @param {ReadonlyArray<unknown>} inputs If present, the factory will only be run to recompute if
Expand Down

0 comments on commit f0fc3a0

Please sign in to comment.