docs: fix description (#14109)

Since Svelte 5, comments are also preserved on the client
pull/14134/head
Simon H 3 days ago committed by GitHub
parent 4038b0cad6
commit 00f5b14d40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -110,7 +110,7 @@ export interface CompileOptions extends ModuleCompileOptions {
*/
cssHash?: CssHashGetter;
/**
* If `true`, your HTML comments will be preserved during server-side rendering. By default, they are stripped out.
* If `true`, your HTML comments will be preserved in the output. By default, they are stripped out.
*
* @default false
*/

@ -812,7 +812,7 @@ declare module 'svelte/compiler' {
*/
cssHash?: CssHashGetter;
/**
* If `true`, your HTML comments will be preserved during server-side rendering. By default, they are stripped out.
* If `true`, your HTML comments will be preserved in the output. By default, they are stripped out.
*
* @default false
*/
@ -2183,7 +2183,7 @@ declare module 'svelte/types/compiler/interfaces' {
*/
cssHash?: CssHashGetter;
/**
* If `true`, your HTML comments will be preserved during server-side rendering. By default, they are stripped out.
* If `true`, your HTML comments will be preserved in the output. By default, they are stripped out.
*
* @default false
*/

Loading…
Cancel
Save