Skip to content

Commit 4a9fe16

Browse files
authored
refactor: fix inception paste typo (#5323)
1 parent 111564c commit 4a9fe16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/builder/app/shared/copy-paste/plugin-html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { generateFragmentFromTailwind } from "../tailwind/tailwind";
44
import { denormalizeSrcProps } from "./asset-upload";
55
import type { Plugin } from "./init-copy-paste";
66

7-
const inceptionMark = `<!-- @webstudio/incation/1 -->`;
7+
const inceptionMark = `<!-- @webstudio/inception/1 -->`;
88

99
export const html: Plugin = {
1010
name: "html",

0 commit comments

Comments
 (0)