Skip to content

Commit 7ce6e82

Browse files
committed
fix typo
Signed-off-by: Karthik Ganeshram <[email protected]>
1 parent 3f2b74e commit 7ce6e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build-tools/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function main() {
6565
const source = await readFile(src, 'utf8');
6666
const precompiledSource = precompile(source, src, true) as string;
6767

68-
// Using the old syntax because the new sytnax does not allow passing in the precompiled string
68+
// Using the old syntax because the new syntax does not allow passing in the precompiled string
6969
//@ts-ignore
7070
const { component } = await componentize(precompiledSource, inlineWit, {
7171
runtimeArgs,

0 commit comments

Comments
 (0)