فهرست منبع

Fixed "delcare" typo error (#3552)

* Fixed "delcare" typo error

* Revert "Fixed "delcare" typo error"

This reverts commit 14c3563c48fe9fc68b413e468db221ea4430ade4.

* Typo fixed on src folder only
Javis V. Pérez 9 سال پیش
والد
کامیت
a3314c8610
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/core/observer/index.js

+ 1 - 1
src/core/observer/index.js

@@ -200,7 +200,7 @@ export function set (obj: Array<any> | Object, key: any, val: any) {
   if (obj._isVue || (ob && ob.vmCount)) {
     process.env.NODE_ENV !== 'production' && warn(
       'Avoid adding reactive properties to a Vue instance or its root $data ' +
-      'at runtime - delcare it upfront in the data option.'
+      'at runtime - declare it upfront in the data option.'
     )
     return
   }