-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Summary
Summary
Typo in Code Comment: "definiton" → "definition"
Hi team,
I noticed a small typo in the code block in latest React Labs blog post on View Transitions, Activity, and more. In the comment above the ViewTransition component (App.js), the word "definition" is misspelled as "definiton".
Typo:
// See animations.css for the animation definiton.
Fix:
// See animations.css for the animation definition.
It’s a small typo, but correcting it helps maintain quality and avoids it being overlooked.
I've opened a PR to fix this here: reactjs#7886
Thanks for the great blog!
Page
https://react.dev/blog/2025/04/23/react-labs-view-transitions-activity-and-more
Details
“definiton” is a typo — the correct spelling is “definition”. It's a minor error, but fixing it helps maintain the quality and clarity of the documentation.
Page
Details
No response