We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09edd07 commit 17d0817Copy full SHA for 17d0817
packages/docs/src/pages/docs/changes.mdx
@@ -19,7 +19,7 @@ const dispose = await watch(userTable, users => {
19
});
20
```
21
22
-Only retrieving certain items from the table is also possible - just provide a [filter](/docs/filter) to [`watch()`](/docs/reference/watch),
+Only retrieving certain items from the table is also possible - just provide a [filter](/docs/filters) to [`watch()`](/docs/reference/watch),
23
and your callback will only be called if items matching the filter are inserted/updated/deleted.
24
25
```ts
0 commit comments