Skip to content

Commit 994eb99

Browse files
committed
fix(plugin): miss a typo
1 parent 8a14c89 commit 994eb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/plugin/src/generators/init/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ${node.getFullText()}
157157
const withoutBraces = node.getFullText().slice(0, -1);
158158
return `
159159
${withoutBraces}
160-
scene = Experience;
160+
sceneGraph = Experience;
161161
}`;
162162
});
163163
} else {

0 commit comments

Comments
 (0)