diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index e904180e05..2940b196ef 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -96,7 +96,7 @@ The following consists a list of breaking changes from 2.x: - [The `data` option from mixins is now merged shallowly](/guide/migration/data-option.html#mixin-merge-behavior-change) - [Attributes coercion strategy changed](/guide/migration/attribute-coercion.html) - [Some transition classes got a rename](/guide/migration/transition.html) -- [When watching an array, the callback will only trigger when the array is replaced. If you need to to trigger on mutation, the `deep` option must be specified.](/guide/migration/watch.html) +- [When watching an array, the callback will only trigger when the array is replaced. If you need to trigger on mutation, the `deep` option must be specified.](/guide/migration/watch.html) - `