Skip to content

Commit ac62045

Browse files
joezimjslogaretm
authored andcommitted
Typo fixed on useWindowSize documentation (#38)
1 parent e5fa89c commit ac62045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/window-size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const { width, height } = useWindowSize();
1818
| height | `Number` | The client window height in pixels. |
1919

2020
:::tip Note!
21-
By default the updates the state are throttled by 100ms to keep things snappy but you can configure that.
21+
By default the updates to the state are throttled by 100ms to keep things snappy but you can configure that.
2222
:::
2323

2424
## Config

0 commit comments

Comments
 (0)