Skip to content

Commit 5142e4f

Browse files
committed
fix: typo
1 parent c651684 commit 5142e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/babel/core/transform-jsx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function extractJSXExpressionFromRef(
9696
),
9797
]),
9898
// fix the new usage of `ref` attribute,
99-
// if use `Signals as refs`, the `else` branch will throw an errow with `Cannot assign to "setter" because it is a constant` message
99+
// if use `Signals as refs`, the `else` branch will throw an error with `Cannot assign to "setter" because it is a constant` message
100100
// issue: https://github.com/solidjs/solid-refresh/issues/66
101101
// docs: https://docs.solidjs.com/concepts/refs#signals-as-refs
102102
isConst

0 commit comments

Comments
 (0)