diff --git a/src/guide/essentials/watchers.md b/src/guide/essentials/watchers.md index 3983cc65e2..1701186477 100644 --- a/src/guide/essentials/watchers.md +++ b/src/guide/essentials/watchers.md @@ -6,7 +6,7 @@ Computed properties allow us to declaratively compute derived values. However, t
-With Options API, we can use the [`watch` option](/api/options-state.html#watch) to trigger a function whenever a reactive property changes: +With the Options API, we can use the [`watch` option](/api/options-state.html#watch) to trigger a function whenever a reactive property changes: ```js export default {