Skip to content

Commit 7398e02

Browse files
committed
Merge pull request #1462 from Teevio/dev
Fixing spelling error of the word ‘attribute’
2 parents 04df2c0 + 2cfe56b commit 7398e02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/directives/public/bind.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var modelProps = {
2020
'false-value': '_falseValue'
2121
}
2222

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

2626
module.exports = {
@@ -60,8 +60,8 @@ module.exports = {
6060
// warn style
6161
if (attr === 'style') {
6262
_.warn(
63-
raw + 'interpolation in "style" attribtue will cause ' +
64-
'the attribtue to be discarded in Internet Explorer. ' +
63+
raw + 'interpolation in "style" attribute will cause ' +
64+
'the attribute to be discarded in Internet Explorer. ' +
6565
'Use v-bind:style instead.'
6666
)
6767
}

0 commit comments

Comments
 (0)