Skip to content

Commit 86ad1fd

Browse files
Fixes typo. (#11968)
* Fix typo * Create nine-chairs-decide.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
1 parent 1c64ae3 commit 86ad1fd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/nine-chairs-decide.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro": patch
3+
---
4+
5+
Fixes a typo in the server island JSDoc

packages/astro/src/@types/astro.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ export interface AstroUserConfig {
20942094
*
20952095
* 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.
20962096
*
2097-
* After the page loads in the browser, the script tag will replace itself with the the contents of the island by making a request.
2097+
* After the page loads in the browser, the script tag will replace itself with the contents of the island by making a request.
20982098
*
20992099
* 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:
21002100
*

0 commit comments

Comments
 (0)