You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
“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.