diff --git a/src/content/blog/2024/04/25/react-19-upgrade-guide.md b/src/content/blog/2024/04/25/react-19-upgrade-guide.md index 3d8958b3c..78fca5e20 100644 --- a/src/content/blog/2024/04/25/react-19-upgrade-guide.md +++ b/src/content/blog/2024/04/25/react-19-upgrade-guide.md @@ -630,7 +630,7 @@ This is also what you'd also have to do if you move the reducer outside of the ` const reducer = (state: State, action: Action) => state; ``` -## Changlog {/*changelog*/} +## Changelog {/*changelog*/} ### Other breaking changes {/*other-breaking-changes*/}