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 83ba1937cc4..a10dd1e2b41 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 @@ -627,7 +627,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*/}