From 60829378c2272f5d53df479be4f3e900aa865fda Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Wed, 29 Jun 2022 10:03:43 +0200 Subject: [PATCH] Update src/runtime/internal/dev.ts Co-authored-by: Ignatius Bagus --- src/runtime/internal/dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/internal/dev.ts b/src/runtime/internal/dev.ts index 9f696f3e59..c61e0c59c0 100644 --- a/src/runtime/internal/dev.ts +++ b/src/runtime/internal/dev.ts @@ -263,7 +263,7 @@ export class SvelteComponentTyped< /** * Convenience type to get the type of a Svelte component. Useful for example in combination with - * dynamic components and ``. + * dynamic components using ``. * * Example: * ```html