Skip to content

Commit

Permalink
fix(routing): Update description of page's data property
Browse files Browse the repository at this point in the history
  • Loading branch information
ManorSailor committed Sep 27, 2024
1 parent 654b551 commit 7167fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/routing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ When you use the `paginate()` function, each page will be passed its data via a

```ts
interface Page<T = any> {
/** result */
/** array containing the page’s slice of data that you passed to the paginate() function */
data: T[];
/** metadata */
/** the count of the first item on the page, starting from 0 */
Expand Down

0 comments on commit 7167fc3

Please sign in to comment.