diff --git a/src/api/computed-watch-api.md b/src/api/computed-watch-api.md index 16341e97d3..f691c7300e 100644 --- a/src/api/computed-watch-api.md +++ b/src/api/computed-watch-api.md @@ -132,7 +132,7 @@ watch([fooRef, barRef], ([foo, bar], [prevFoo, prevBar]) => { **Typing:** ```ts -// wacthing single source +// watching single source function watch( source: WatcherSource, callback: (