From ceb3ce7e8123c30f591ce4b920106683ef43539a Mon Sep 17 00:00:00 2001 From: Kasey Date: Sat, 19 Sep 2020 10:56:42 -0700 Subject: [PATCH] Fix spelling --- src/api/computed-watch-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: (