Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 805b391

Browse files
committed
docs(options): Fixes link.
1 parent 9d4d83d commit 805b391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is an object that contains only the properties required to distinctly ident
1919
This is an object containing some of the entity's properties.
2020

2121
### Filter
22-
This is an object that filters the entities. More information can be found in the [filter documentation](./filter).
22+
This is an object that filters the entities. More information can be found in the [filter documentation](./filter.md).
2323

2424
### Sort
2525
This is an object where a key represents the entity property to be sorted and the value represents the direction to sort. The value should be `true` to sort in ascending order and `false` to sort in descending order. The properties are sorted in order of their definition in the sort option, for example, the following sort option `{ createdAt: false, id: true }` will sort by the `createdAt` property first and then the the `id` property.

0 commit comments

Comments
 (0)