Skip to content

Commit abf53b9

Browse files
authored
docs: fixed a typo in watchers.md (#3296)
1 parent 118a006 commit abf53b9

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
@@ -486,7 +486,7 @@ export default {
486486

487487
</div>
488488

489-
This works in versions before 3.5. In addition, `onCleanup` passed via function argument is bound to the watcher instance so it is not subject to the synchronously constraint of `onWatcherCleanup`.
489+
This works in versions before 3.5. In addition, `onCleanup` passed via function argument is bound to the watcher instance so it is not subject to the synchronous constraint of `onWatcherCleanup`.
490490

491491
## Callback Flush Timing {#callback-flush-timing}
492492

0 commit comments

Comments
 (0)