Skip to content

Commit 2be3b10

Browse files
authored
chore: typo unnecesarry -> unnecessary (#11286)
1 parent 5396342 commit 2be3b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platforms/web/runtime/modules/dom-props.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function updateDOMProps (oldVnode: VNodeWithData, vnode: VNodeWithData) {
6363
// skip the update if old and new VDOM state is the same.
6464
// `value` is handled separately because the DOM value may be temporarily
6565
// out of sync with VDOM state due to focus, composition and modifiers.
66-
// This #4521 by skipping the unnecesarry `checked` update.
66+
// This #4521 by skipping the unnecessary `checked` update.
6767
cur !== oldProps[key]
6868
) {
6969
// some property updates can throw

0 commit comments

Comments
 (0)