Skip to content

Commit 6a69622

Browse files
authored
Update watchers.md (#1591)
grammar fix
1 parent 9ce45f2 commit 6a69622

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
@@ -358,7 +358,7 @@ export default {
358358
}
359359
```
360360

361-
This is useful when you need to conditional set up a watcher, or only watch something in response to user interaction. It also allows you to stop the watcher early.
361+
This is useful when you need to conditionally set up a watcher, or only watch something in response to user interaction. It also allows you to stop the watcher early.
362362

363363
</div>
364364

0 commit comments

Comments
 (0)