Skip to content

Commit 4912932

Browse files
authored
Fix spelling (#509)
1 parent 00bc64b commit 4912932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/computed-watch-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ watch([fooRef, barRef], ([foo, bar], [prevFoo, prevBar]) => {
132132
**Typing:**
133133

134134
```ts
135-
// wacthing single source
135+
// watching single source
136136
function watch<T>(
137137
source: WatcherSource<T>,
138138
callback: (

0 commit comments

Comments
 (0)