File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export interface CompileOptions extends ModuleCompileOptions {
110110 */
111111 cssHash ?: CssHashGetter ;
112112 /**
113- * If `true`, your HTML comments will be preserved during server-side rendering . By default, they are stripped out.
113+ * If `true`, your HTML comments will be preserved in the output . By default, they are stripped out.
114114 *
115115 * @default false
116116 */
Original file line number Diff line number Diff line change @@ -812,7 +812,7 @@ declare module 'svelte/compiler' {
812812 */
813813 cssHash ?: CssHashGetter ;
814814 /**
815- * If `true`, your HTML comments will be preserved during server-side rendering . By default, they are stripped out.
815+ * If `true`, your HTML comments will be preserved in the output . By default, they are stripped out.
816816 *
817817 * @default false
818818 */
@@ -2183,7 +2183,7 @@ declare module 'svelte/types/compiler/interfaces' {
21832183 */
21842184 cssHash ?: CssHashGetter ;
21852185 /**
2186- * If `true`, your HTML comments will be preserved during server-side rendering . By default, they are stripped out.
2186+ * If `true`, your HTML comments will be preserved in the output . By default, they are stripped out.
21872187 *
21882188 * @default false
21892189 */
You can’t perform that action at this time.
0 commit comments