diff --git a/html/index.d.ts b/html/index.d.ts
index 7de51a8619..2edb4afd3c 100644
--- a/html/index.d.ts
+++ b/html/index.d.ts
@@ -574,8 +574,8 @@ export interface AnchorHTMLAttributes extends HTMLAttributes
'sveltekit:reload'?: true | undefined | null;
// Sapper
- "sapper:noscroll"?: true | undefined | null;
- "sapper:prefetch"?: true | undefined | null;
+ 'sapper:noscroll'?: true | undefined | null;
+ 'sapper:prefetch'?: true | undefined | null;
}
export interface AudioHTMLAttributes extends MediaHTMLAttributes {}