We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04df2c0 commit 2cfe56bCopy full SHA for 2cfe56b
src/directives/public/bind.js
@@ -20,7 +20,7 @@ var modelProps = {
20
'false-value': '_falseValue'
21
}
22
23
-// check for attribtues that prohibit interpolations
+// check for attributes that prohibit interpolations
24
var disallowedInterpAttrRE = /^v-|^:|^@|^(is|transition|transition-mode|debounce|track-by|stagger|enter-stagger|leave-stagger)$/
25
26
module.exports = {
@@ -60,8 +60,8 @@ module.exports = {
60
// warn style
61
if (attr === 'style') {
62
_.warn(
63
- raw + 'interpolation in "style" attribtue will cause ' +
64
- 'the attribtue to be discarded in Internet Explorer. ' +
+ raw + 'interpolation in "style" attribute will cause ' +
+ 'the attribute to be discarded in Internet Explorer. ' +
65
'Use v-bind:style instead.'
66
)
67
0 commit comments