diff --git a/src/content/docs/tips/view-transition-fails-and-fixes.mdx b/src/content/docs/tips/view-transition-fails-and-fixes.mdx index c6550f8..1c3b804 100644 --- a/src/content/docs/tips/view-transition-fails-and-fixes.mdx +++ b/src/content/docs/tips/view-transition-fails-and-fixes.mdx @@ -358,7 +358,7 @@ instead of the typical When your transitions feel slaggy, this may have various reasons, but typically it is not the time required for waiting for and capturing snapshots, even though it might be a good practice to restrict the number of view transition groups the API has to generate. - Check the behavior with different browsers. Sometimes this might also be something that has to fixed on the browser level. + Check the behavior with different browsers. Sometimes this might also be something that has to be fixed on the browser level. Use the DevTools Performance panel to find out what takes so long.