Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2cfe56b

Browse filesBrowse files
committed
Fixing spelling error of the word ‘attribute’
1 parent 04df2c0 commit 2cfe56b
Copy full SHA for 2cfe56b

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎src/directives/public/bind.js

Copy file name to clipboardExpand all lines: src/directives/public/bind.js
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.