Skip to content

Commit 158ce41

Browse files
committed
fix: README.md
1 parent e816d26 commit 158ce41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ type Content = {
119119
* {
120120
* contents: Content; // This is Content type
121121
* totalCount: number;
122-
* limit?: number;
122+
* limit: number;
123123
* offset: number;
124124
* }
125125
*/

0 commit comments

Comments
 (0)