chore: fix typos (#103)
This commit is contained in:
@@ -13,7 +13,7 @@ export function renderSlot(
|
||||
name: string,
|
||||
props: any = {},
|
||||
// this is not a user-facing function, so the fallback is always generated by
|
||||
// the compiler and gurunteed to be an array
|
||||
// the compiler and guaranteed to be an array
|
||||
fallback?: VNodeChildren
|
||||
): VNode {
|
||||
const slot = slots[name]
|
||||
|
||||
Reference in New Issue
Block a user