Skip to content

Commit ec475c8

Browse files
authored
Merge pull request #17 from ThaisRobba/patch-1
fix: broken filters link on changes.mdx
2 parents 09edd07 + 17d0817 commit ec475c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/pages/docs/changes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const dispose = await watch(userTable, users => {
1919
});
2020
```
2121

22-
Only retrieving certain items from the table is also possible - just provide a [filter](/docs/filter) to [`watch()`](/docs/reference/watch),
22+
Only retrieving certain items from the table is also possible - just provide a [filter](/docs/filters) to [`watch()`](/docs/reference/watch),
2323
and your callback will only be called if items matching the filter are inserted/updated/deleted.
2424

2525
```ts

0 commit comments

Comments
 (0)