File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2424var disallowedInterpAttrRE = / ^ v - | ^ : | ^ @ | ^ ( i s | t r a n s i t i o n | t r a n s i t i o n - m o d e | d e b o u n c e | t r a c k - b y | s t a g g e r | e n t e r - s t a g g e r | l e a v e - s t a g g e r ) $ /
2525
2626module . 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 }
You can’t perform that action at this time.
0 commit comments