Skip to content

Commit 1fa372a

Browse files
authored
refactor: fix typo in js doc
1 parent 8173bd9 commit 1fa372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/hooks/useResize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface UseResizeOptions extends Omit<SpringProps, 'to' | 'from'> {
1313
* A small abstraction around the `useSpring` hook. It returns a `SpringValues`
1414
* object with the `width` and `height` of the element it's attached to & doesn't
1515
* necessarily have to be attached to the window, by passing a `container` you
16-
* can obsere that element's size instead.
16+
* can observe that element's size instead.
1717
*
1818
```jsx
1919
import { useResize, animated } from '@react-spring/web'

0 commit comments

Comments
 (0)