From 5819191bb4704d6bafacd3f89c453eeaebc9fadd Mon Sep 17 00:00:00 2001 From: Hannes Knoll Date: Wed, 19 Nov 2025 18:58:36 +0100 Subject: [PATCH] fix typo --- src/content/docs/tips/view-transition-fails-and-fixes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.