Skip to content

Commit 4eb8569

Browse files
authored
Fixed a grammar mistake (#1833)
Updated `With Options API` to `With **the** Options API`
1 parent 937c149 commit 4eb8569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/watchers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Computed properties allow us to declaratively compute derived values. However, t
66

77
<div class="options-api">
88

9-
With Options API, we can use the [`watch` option](/api/options-state.html#watch) to trigger a function whenever a reactive property changes:
9+
With the Options API, we can use the [`watch` option](/api/options-state.html#watch) to trigger a function whenever a reactive property changes:
1010

1111
```js
1212
export default {

0 commit comments

Comments
 (0)