diff options
author | 2023-08-22 21:03:40 +0800 | |
---|---|---|
committer | 2023-08-22 21:03:40 +0800 | |
commit | a93e061cfb0779e41297f22002d6a446850acc93 (patch) | |
tree | 7596c35635e92171f224244d5c6ce1a935b56c91 /packages | |
parent | 9751f018175aa4a0dbd48a1d1f8c48060fb02251 (diff) | |
download | astro-a93e061cfb0779e41297f22002d6a446850acc93.tar.gz astro-a93e061cfb0779e41297f22002d6a446850acc93.tar.zst astro-a93e061cfb0779e41297f22002d6a446850acc93.zip |
Fix turbolink changeset
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 557ad1ed1..08a30dec4 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1207,7 +1207,7 @@ export interface AstroUserConfig { * @name Integrations * @description * - * Extend Astro with custom integrations. Integrations are your one-stop-shop for adding framework support (like Solid.js), new features (like sitemaps), and new libraries (like Partytown and Turbolinks). + * Extend Astro with custom integrations. Integrations are your one-stop-shop for adding framework support (like Solid.js), new features (like sitemaps), and new libraries (like Partytown). * * Read our [Integrations Guide](https://docs.astro.build/en/guides/integrations-guide/) for help getting started with Astro Integrations. * |