0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-07 23:41:43 -05:00

Fix typo in @types/astro.ts (#10204)

This commit is contained in:
Yan Thomas 2024-02-22 21:42:42 -03:00 committed by GitHub
parent 31a9f8469c
commit 7fe25158cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -281,7 +281,7 @@ export interface AstroGlobal<
* <Fragment set:html={html} />
* ```
*
* A second parameters can be used to pass arguments to a slotted callback
* A second parameter can be used to pass arguments to a slotted callback
*
* Example usage:
* ```astro