From 807001cd9bb8a8a76317cb9678e5d3a4f01f9432 Mon Sep 17 00:00:00 2001 From: Chia June Date: Sat, 27 Apr 2024 03:35:27 +0800 Subject: [PATCH] chore: fix typo (#6791) `Changlog` -> `Changelog` --- src/content/blog/2024/04/25/react-19-upgrade-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/}