diff --git a/.changeset/empty-onions-buy.md b/.changeset/empty-onions-buy.md new file mode 100644 index 000000000000..4f0c21be442b --- /dev/null +++ b/.changeset/empty-onions-buy.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Fixes typo in documenting the `slot="fallback"` attribute for Server Islands experimental feature. diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index e54c6e037c0f..db46ae5f671e 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -2236,7 +2236,7 @@ export interface AstroUserConfig { * * ``` * - * The outer page will be rendered, either at build-time (`hybrid`) or at runtime (`server`) with the island content omitted and a `