Skip to content

Commit af909b7

Browse files
authored
chore: fix typo (#9752) [ci skip]
1 parent e2f2b75 commit af909b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/patchProp.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function shouldSetAsProp(
110110
return false
111111
}
112112

113-
// #8780 the width or heigth of embedded tags must be set as attribute
113+
// #8780 the width or height of embedded tags must be set as attribute
114114
if (key === 'width' || key === 'height') {
115115
const tag = el.tagName
116116
return !(

0 commit comments

Comments
 (0)