diff --git a/src/guide/migration.md b/src/guide/migration.md index 8c5c30d7d5..5d8da9c948 100644 --- a/src/guide/migration.md +++ b/src/guide/migration.md @@ -332,7 +332,7 @@ Most use cases of mutating a prop can be replaced by one of these options: ### Props on a Root Instance deprecated -On root Vue instances (i.e. instances created with `new Vue({ ... })`), you must use `propsData` instead instead of `props`. +On root Vue instances (i.e. instances created with `new Vue({ ... })`), you must use `propsData` instead of `props`. {% raw %}