From f0fc3a05d6421024c14e90f19bc7741afa605093 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Fri, 5 Apr 2024 09:47:53 +0200 Subject: [PATCH] Fix typo in JSDoc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Greg Ziółkowski --- packages/interactivity/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/interactivity/src/utils.js b/packages/interactivity/src/utils.js index acdcd1ad826015..37a5f5eb6a97ba 100644 --- a/packages/interactivity/src/utils.js +++ b/packages/interactivity/src/utils.js @@ -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} inputs If present, the factory will only be run to recompute if