From 47adefd30c46f486428d8231a68e639d62f02c9e Mon Sep 17 00:00:00 2001 From: Minh Nguyen <2852660+NMinhNguyen@users.noreply.github.com> Date: Sat, 11 Feb 2023 19:53:11 +0000 Subject: [PATCH] Fix typo in flushSync docs (#5589) --- beta/src/content/reference/react-dom/flushSync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/content/reference/react-dom/flushSync.md b/beta/src/content/reference/react-dom/flushSync.md index cb0d9594..4c26579c 100644 --- a/beta/src/content/reference/react-dom/flushSync.md +++ b/beta/src/content/reference/react-dom/flushSync.md @@ -130,6 +130,6 @@ If you remove the call to `flushSync`, then when the print dialog will display ` `flushSync` can significantly hurt performance, and may unexpectedly force pending Suspense boundaries to show their fallback state. -Most of the time, `flushSync` can be avoided, so use `flushSync` as last resort. +Most of the time, `flushSync` can be avoided, so use `flushSync` as a last resort.