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:
parent
31a9f8469c
commit
7fe25158cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue