diff --git a/src/runtime/internal/dev.ts b/src/runtime/internal/dev.ts index c2ba22c1fa..61f9eb4181 100644 --- a/src/runtime/internal/dev.ts +++ b/src/runtime/internal/dev.ts @@ -283,8 +283,7 @@ export class SvelteComponentTyped< export type ComponentType> = new (p: ComponentConstructorParams ? X : any>) => T; -/** - * Convenience type to get the properties the given component expects. Example: + * Convenience type to get the props the given component expects. Example: * ```html *