Skip to content

Commit 47c9c99

Browse files
authored
fix changeset grammar
1 parent 7c3f322 commit 47c9c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/docs/en/guides/upgrade-to

src/content/docs/en/guides/upgrade-to/v6.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Projects now containing these removed features will be unable to build, and ther
8181

8282
In Astro 5.0, the `<ViewTransitions />` component was renamed to `<ClientRouter />` to clarify the role of the component. The new name makes it more clear that the features you get from Astro's `<ClientRouter />` routing component are slightly different from the native CSS-based MPA router. However, a deprecated version of the `<ViewTransitions />` component still existed and may have functioned in Astro 5.x.
8383

84-
Astro 6.0 removes the `<ViewTransitions />` component entirely and can no longer be used in your project. Update to the `<ClientRouter />` component to continue to use these features.
84+
Astro 6.0 removes the `<ViewTransitions />` component entirely and it can no longer be used in your project. Update to the `<ClientRouter />` component to continue to use these features.
8585

8686
#### What should I do?
8787

0 commit comments

Comments
 (0)