Skip to content

Commit

Permalink
Fixing spelling error of the word ‘attribute’
Browse files Browse the repository at this point in the history
  • Loading branch information
Teevio committed Oct 23, 2015
1 parent 04df2c0 commit 2cfe56b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/directives/public/bind.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var modelProps = {
'false-value': '_falseValue'
}

// check for attribtues that prohibit interpolations
// check for attributes that prohibit interpolations
var disallowedInterpAttrRE = /^v-|^:|^@|^(is|transition|transition-mode|debounce|track-by|stagger|enter-stagger|leave-stagger)$/

module.exports = {
Expand Down Expand Up @@ -60,8 +60,8 @@ module.exports = {
// warn style
if (attr === 'style') {
_.warn(
raw + 'interpolation in "style" attribtue will cause ' +
'the attribtue to be discarded in Internet Explorer. ' +
raw + 'interpolation in "style" attribute will cause ' +
'the attribute to be discarded in Internet Explorer. ' +
'Use v-bind:style instead.'
)
}
Expand Down

0 comments on commit 2cfe56b

Please sign in to comment.