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 ad4f5c7 commit 4184c0fCopy full SHA for 4184c0f
src/content/reference/react/useLayoutEffect.md
@@ -26,7 +26,7 @@ useLayoutEffect(setup, dependencies?)
26
27
### `useLayoutEffect(setup, dependencies?)` {/*useinsertioneffect*/}
28
29
-Call `useLayoutEffect` perform the layout measurements before the browser repaints the screen:
+Call `useLayoutEffect` to perform the layout measurements before the browser repaints the screen:
30
31
```js
32
import { useState, useRef, useLayoutEffect } from 'react';
0 commit comments