Browse Source

chore: typo unnecesarry -> unnecessary (#11286)

dev
Tim Gates 5 years ago
committed by GitHub
parent
commit
2be3b10dc1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/platforms/web/runtime/modules/dom-props.js

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

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

Loading…
Cancel
Save