We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8173bd9 commit 1fa372aCopy full SHA for 1fa372a
packages/core/src/hooks/useResize.ts
@@ -13,7 +13,7 @@ export interface UseResizeOptions extends Omit<SpringProps, 'to' | 'from'> {
13
* A small abstraction around the `useSpring` hook. It returns a `SpringValues`
14
* object with the `width` and `height` of the element it's attached to & doesn't
15
* necessarily have to be attached to the window, by passing a `container` you
16
- * can obsere that element's size instead.
+ * can observe that element's size instead.
17
*
18
```jsx
19
import { useResize, animated } from '@react-spring/web'
0 commit comments