diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index cab483b775..fb34954ac7 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1259,7 +1259,7 @@ export interface AstroUserConfig { * @version 2.9.0 * @description * Enable experimental support for the `` component. With this enabled - * you can opt-in to [client-side routing](https://docs.astro.build/en/guides/client-side-routing/) on a per-page basis using this component + * you can opt-in to [view transitions](https://docs.astro.build/en/guides/view-transitions/) on a per-page basis using this component * and enable animations with the `transition:animate` directive. * * ```js