]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo (#9752) [ci skip]
authorsunjiang0018 <sunjiang0018@gmail.com>
Tue, 5 Dec 2023 04:05:53 +0000 (12:05 +0800)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 04:05:53 +0000 (12:05 +0800)
packages/runtime-dom/src/patchProp.ts

index e5883d18fca3d7c9090cf61c29cfe53822676dea..6c839045a96f25d88ea98f876b0a157b48687b39 100644 (file)
@@ -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 !(