Skip to content

Commit

Permalink
update comment in packages/astro/src/types/public/common.ts (#12782)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhiromasa authored Dec 20, 2024
1 parent 49cc5d7 commit f3d8385
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fluffy-lies-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

update comment in packages/astro/src/types/public/common.ts
2 changes: 1 addition & 1 deletion packages/astro/src/types/public/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export interface Page<T = any> {
next: string | undefined;
/** url of the first page (if the current page is not the first page) */
first: string | undefined;
/** url of the next page (if the current page in not the last page) */
/** url of the last page (if the current page is not the last page) */
last: string | undefined;
};
}
Expand Down

0 comments on commit f3d8385

Please sign in to comment.