Evan You 10 years ago
parent
commit
22611d1918
1 changed files with 2 additions and 2 deletions
  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
       )
     },