diff --git a/src/guide/migration/watch.md b/src/guide/migration/watch.md index bee3fd6c8f..3a6f579518 100644 --- a/src/guide/migration/watch.md +++ b/src/guide/migration/watch.md @@ -8,7 +8,7 @@ badges: ## Overview -- **BREAKING**: 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. +- **BREAKING**: 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. ## 3.x Syntax