Skip to content

Commit

Permalink
chore: typo unnecesarry -> unnecessary (vuejs#11286)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Apr 6, 2020
1 parent 5396342 commit 2be3b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/web/runtime/modules/dom-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2be3b10

Please sign in to comment.