From 4086bc647d4a0ef4a433108b9fd5a83ba84cc54f Mon Sep 17 00:00:00 2001 From: "Alec D." Date: Fri, 6 Dec 2024 17:18:27 -0600 Subject: [PATCH] Fix typo in react-19.md Fixed typo --- src/content/blog/2024/12/05/react-19.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/blog/2024/12/05/react-19.md b/src/content/blog/2024/12/05/react-19.md index 9f212209ba6..22f61147e74 100644 --- a/src/content/blog/2024/12/05/react-19.md +++ b/src/content/blog/2024/12/05/react-19.md @@ -17,7 +17,7 @@ Additions since this post was originally shared with the React 19 RC in April: - **Pre-warming for suspended trees**: see [Improvements to Suspense](/blog/2024/04/25/react-19-upgrade-guide#improvements-to-suspense). - **React DOM static APIs**: see [New React DOM Static APIs](#new-react-dom-static-apis). -_The date for this post has been update to reflect the stable release date._ +_The date for this post has been updated to reflect the stable release date._ @@ -807,4 +807,4 @@ Thanks to [Joey Arhar](https://github.com/josepharhar) for driving the design an #### How to upgrade {/*how-to-upgrade*/} See the [React 19 Upgrade Guide](/blog/2024/04/25/react-19-upgrade-guide) for step-by-step instructions and a full list of breaking and notable changes. -_Note: this post was originally published 04/25/2024 and has been updated to 12/05/2024 with the stable release._ \ No newline at end of file +_Note: this post was originally published 04/25/2024 and has been updated to 12/05/2024 with the stable release._