From 483bd9abe879d931f769847cbb89c736d664e2a7 Mon Sep 17 00:00:00 2001 From: AMTazi Date: Sat, 12 Dec 2020 22:09:24 +0100 Subject: [PATCH] docs(guide/migration/watch.md): fix typo --- src/guide/migration/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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