We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111564c commit 4a9fe16Copy full SHA for 4a9fe16
apps/builder/app/shared/copy-paste/plugin-html.ts
@@ -4,7 +4,7 @@ import { generateFragmentFromTailwind } from "../tailwind/tailwind";
4
import { denormalizeSrcProps } from "./asset-upload";
5
import type { Plugin } from "./init-copy-paste";
6
7
-const inceptionMark = `<!-- @webstudio/incation/1 -->`;
+const inceptionMark = `<!-- @webstudio/inception/1 -->`;
8
9
export const html: Plugin = {
10
name: "html",
0 commit comments