We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5396342 commit 2be3b10Copy full SHA for 2be3b10
src/platforms/web/runtime/modules/dom-props.js
@@ -63,7 +63,7 @@ function updateDOMProps (oldVnode: VNodeWithData, vnode: VNodeWithData) {
63
// skip the update if old and new VDOM state is the same.
64
// `value` is handled separately because the DOM value may be temporarily
65
// out of sync with VDOM state due to focus, composition and modifiers.
66
- // This #4521 by skipping the unnecesarry `checked` update.
+ // This #4521 by skipping the unnecessary `checked` update.
67
cur !== oldProps[key]
68
) {
69
// some property updates can throw
0 commit comments