Skip to content

Commit 1873f0f

Browse files
chore(compiler-core): fix typo in transformElement (#4649) [ci skip]
1 parent bf267b1 commit 1873f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/compiler-core/src/transforms/transformElement.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export function buildProps(
472472
hasRef = true
473473
// in inline mode there is no setupState object, so we can't use string
474474
// keys to set the ref. Instead, we need to transform it to pass the
475-
// acrtual ref instead.
475+
// actual ref instead.
476476
if (!__BROWSER__ && context.inline && value?.content) {
477477
valueNode = createFunctionExpression(['_value', '_refs'])
478478
valueNode.body = createBlockStatement(

0 commit comments

Comments
 (0)