Skip to content

Commit

Permalink
chore: fix typo (vuejs#9752) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiang0018 authored Dec 5, 2023
1 parent e2f2b75 commit af909b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-dom/src/patchProp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function shouldSetAsProp(
return false
}

// #8780 the width or heigth of embedded tags must be set as attribute
// #8780 the width or height of embedded tags must be set as attribute
if (key === 'width' || key === 'height') {
const tag = el.tagName
return !(
Expand Down

0 comments on commit af909b7

Please sign in to comment.