Skip to content

Commit a17b25b

Browse files
committed
Fix typo
1 parent 13c6431 commit a17b25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface AccountStatus {
2222
bytes: number,
2323
plan: string,
2424
plan_expires?: string,
25-
daily_rquests_limit: number,
25+
daily_requests_limit: number,
2626
daily_bytes_limit: number,
2727
}
2828

0 commit comments

Comments
 (0)