Skip to content

Commit

Permalink
chore: fix typo (#6791)
Browse files Browse the repository at this point in the history
`Changlog` -> `Changelog`
  • Loading branch information
ChiaJune authored Apr 26, 2024
1 parent 845a281 commit 807001c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2024/04/25/react-19-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*/}

Expand Down

0 comments on commit 807001c

Please sign in to comment.