Evan You 10 лет назад
Родитель
Сommit
22611d1918
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/deprecations.js

+ 2 - 2
src/deprecations.js

@@ -82,7 +82,7 @@ if (process.env.NODE_ENV !== 'production') {
     V_TRANSITION: function () {
       warn(
         'v-transition will no longer be a directive in 1.0.0; It will become a ' +
-        'special attribute without the prefix. Ues "transition" instead.' +
+        'special attribute without the prefix. Use "transition" instead.' +
         newBindingSyntaxLink
       )
     },
@@ -90,7 +90,7 @@ if (process.env.NODE_ENV !== 'production') {
     V_REF: function () {
       warn(
         'v-ref will no longer be a directive in 1.0.0; It will become a ' +
-        'special attribute without the prefix. Ues "ref" instead.' +
+        'special attribute without the prefix. Use "ref" instead.' +
         newBindingSyntaxLink
       )
     },