Skip to content

Commit 4d0f557

Browse files
authored
fix: typo
1 parent ab18d2f commit 4d0f557

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
@@ -579,7 +579,7 @@ In the future we will more aggressively block accessing internals from React to
579579

580580
### Removed deprecated TypeScript types {/*removed-deprecated-typescript-types*/}
581581

582-
We've cleaned up the TypeScript types based on the removed APIs in React 19. Some of the removed have types been moved to more relevant packages, and others are no longer needed to describe React's behavior.
582+
We've cleaned up the TypeScript types based on the removed APIs in React 19. Some of the removed types have been moved to more relevant packages, and others are no longer needed to describe React's behavior.
583583

584584
<Note>
585585
We've published [`types-react-codemod`](https://github.com/eps1lon/types-react-codemod/) to migrate most type related breaking changes:

0 commit comments

Comments
 (0)