From 7ea67cf7329ecb8849b8b918234553dfb36d4cae Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 28 Jun 2022 22:48:26 +0200 Subject: [PATCH] Update src/runtime/internal/dev.ts Co-authored-by: Hofer Ivan --- src/runtime/internal/dev.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 *