Skip to content

Commit dc53a70

Browse files
Update imperative-api.mdx
Fixed spelling mistake comparions -> comparisons.
1 parent cfc74ea commit dc53a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/routes/docs/concepts/imperative-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to the `SpringRef` to create a multi-controller animation, similar to that of th
2121

2222
## Comparison
2323

24-
What we can see from the below comparions, is that using the `api` object either returned from your `useSpring` hook,
24+
What we can see from the below comparisons, is that using the `api` object either returned from your `useSpring` hook,
2525
or generated via `useSpringRef` and passed to the hook, means your components do not re-render when the animation runs.
2626

2727
```tsx live=true template=imperative

0 commit comments

Comments
 (0)