Skip to content

Commit

Permalink
Fixes typo. (#11968)
Browse files Browse the repository at this point in the history
* Fix typo

* Create nine-chairs-decide.md

---------

Co-authored-by: Erika <[email protected]>
  • Loading branch information
NikolaRHristov and Princesseuh authored Sep 11, 2024
1 parent 1c64ae3 commit 86ad1fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nine-chairs-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro": patch
---

Fixes a typo in the server island JSDoc
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2094,7 +2094,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 `<script>` tag included in its place.
*
* After the page loads in the browser, the script tag will replace itself with the the contents of the island by making a request.
* After the page loads in the browser, the script tag will replace itself with the contents of the island by making a request.
*
* Any Astro component can be given the `server: defer` attribute to delay its rendering. There is no special API and you can write `.astro` code as normal:
*
Expand Down

0 comments on commit 86ad1fd

Please sign in to comment.