diff --git a/src/guide/migration/watch.md b/src/guide/migration/watch.md index 0b155ac6f8..56d93be663 100644 --- a/src/guide/migration/watch.md +++ b/src/guide/migration/watch.md @@ -27,6 +27,6 @@ watch: { ## Migration Strategy -If you rely on watching array mutations, add the `deep` property to ensure that your callback is triggered correctly. +If you rely on watching array mutations, add the `deep` option to ensure that your callback is triggered correctly. [Migration build flag: `WATCH_ARRAY`](migration-build.html#compat-configuration)