Skip to content

Commit 807001c

Browse files
authored
chore: fix typo (#6791)
`Changlog` -> `Changelog`
1 parent 845a281 commit 807001c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2024/04/25/react-19-upgrade-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ This is also what you'd also have to do if you move the reducer outside of the `
630630
const reducer = (state: State, action: Action) => state;
631631
```
632632

633-
## Changlog {/*changelog*/}
633+
## Changelog {/*changelog*/}
634634

635635
### Other breaking changes {/*other-breaking-changes*/}
636636

0 commit comments

Comments
 (0)