Skip to content

Commit

Permalink
chore: correct minor typo in Attributes type
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic committed Aug 21, 2024
1 parent 3712c76 commit a45785d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscriptions/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ type Attributes = {
*/
renews_at: string;
/**
* f the subscription has as `status` of `cancelled` or `expired`, this will be an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatted date-time string indicating when the subscription expires (or expired). For all other `status` values, this will be `null`.
* If the subscription has as `status` of `cancelled` or `expired`, this will be an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatted date-time string indicating when the subscription expires (or expired). For all other `status` values, this will be `null`.
*/
ends_at: string | null;
/**
Expand Down

0 comments on commit a45785d

Please sign in to comment.