Skip to content

Commit dd70003

Browse files
authored
chore: typo in comment [skip ci] (#5173)
1 parent a570b38 commit dd70003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ export function finishComponentSetup(
764764
// template / render function normalization
765765
// could be already set when returned from setup()
766766
if (!instance.render) {
767-
// only do on-the-fly compile if not in SSR - SSR on-the-fly compliation
767+
// only do on-the-fly compile if not in SSR - SSR on-the-fly compilation
768768
// is done by server-renderer
769769
if (!isSSR && compile && !Component.render) {
770770
const template =

0 commit comments

Comments
 (0)