Skip to content

Commit 4184c0f

Browse files
authored
Fix a missing word in useLayoutEffect (#6078)
1 parent ad4f5c7 commit 4184c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useLayoutEffect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ useLayoutEffect(setup, dependencies?)
2626
2727
### `useLayoutEffect(setup, dependencies?)` {/*useinsertioneffect*/}
2828
29-
Call `useLayoutEffect` perform the layout measurements before the browser repaints the screen:
29+
Call `useLayoutEffect` to perform the layout measurements before the browser repaints the screen:
3030
3131
```js
3232
import { useState, useRef, useLayoutEffect } from 'react';

0 commit comments

Comments
 (0)