Skip to content

Commit b4c8aad

Browse files
authored
docs(guide/migration/watch.md): fix typo (#743)
1 parent c332ac5 commit b4c8aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/watch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ badges:
88

99
## Overview
1010

11-
- **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.
11+
- **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.
1212

1313
## 3.x Syntax
1414

0 commit comments

Comments
 (0)