From dc53a70e7c400215ca6e8fbce67e4efff655d5e2 Mon Sep 17 00:00:00 2001 From: Muhammad Talha Abbas <32730920+muhammadtalha242@users.noreply.github.com> Date: Thu, 21 Dec 2023 05:36:58 +0100 Subject: [PATCH] Update imperative-api.mdx Fixed spelling mistake comparions -> comparisons. --- docs/app/routes/docs/concepts/imperative-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/routes/docs/concepts/imperative-api.mdx b/docs/app/routes/docs/concepts/imperative-api.mdx index 60a06675b7..9e97392292 100644 --- a/docs/app/routes/docs/concepts/imperative-api.mdx +++ b/docs/app/routes/docs/concepts/imperative-api.mdx @@ -21,7 +21,7 @@ to the `SpringRef` to create a multi-controller animation, similar to that of th ## Comparison -What we can see from the below comparions, is that using the `api` object either returned from your `useSpring` hook, +What we can see from the below comparisons, is that using the `api` object either returned from your `useSpring` hook, or generated via `useSpringRef` and passed to the hook, means your components do not re-render when the animation runs. ```tsx live=true template=imperative