Skip to content

Commit a3314c8

Browse files
javisperezyyx990803
authored andcommitted
Fixed "delcare" typo error (#3552)
* Fixed "delcare" typo error * Revert "Fixed "delcare" typo error" This reverts commit 14c3563. * Typo fixed on src folder only
1 parent f6b1a51 commit a3314c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/observer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export function set (obj: Array<any> | Object, key: any, val: any) {
200200
if (obj._isVue || (ob && ob.vmCount)) {
201201
process.env.NODE_ENV !== 'production' && warn(
202202
'Avoid adding reactive properties to a Vue instance or its root $data ' +
203-
'at runtime - delcare it upfront in the data option.'
203+
'at runtime - declare it upfront in the data option.'
204204
)
205205
return
206206
}

0 commit comments

Comments
 (0)