Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit 47adefd

Browse files
authored
Fix typo in flushSync docs (#5589)
1 parent d696cb1 commit 47adefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/content/reference/react-dom/flushSync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ If you remove the call to `flushSync`, then when the print dialog will display `
130130

131131
`flushSync` can significantly hurt performance, and may unexpectedly force pending Suspense boundaries to show their fallback state.
132132

133-
Most of the time, `flushSync` can be avoided, so use `flushSync` as last resort.
133+
Most of the time, `flushSync` can be avoided, so use `flushSync` as a last resort.
134134

135135
</Pitfall>

0 commit comments

Comments
 (0)