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 e5fa89c commit ac62045Copy full SHA for ac62045
docs/guide/window-size.md
@@ -18,7 +18,7 @@ const { width, height } = useWindowSize();
18
| height | `Number` | The client window height in pixels. |
19
20
:::tip Note!
21
-By default the updates the state are throttled by 100ms to keep things snappy but you can configure that.
+By default the updates to the state are throttled by 100ms to keep things snappy but you can configure that.
22
:::
23
24
## Config
0 commit comments