Skip to content

Commit 2e98fbf

Browse files
committed
docs review - billing
1 parent e6bb8f8 commit 2e98fbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/shared/src/types/billing.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type WithOptionalOrgType<T> = T & {
2121
*/
2222
export interface BillingNamespace {
2323
/**
24-
* Gets a list of payment attempts for the current user or supplied organization.
24+
* Gets a list of payment attempts for the current user or supplied Organization.
2525
* @returns A [`ClerkPaginatedResponse`](/docs/reference/types/clerk-paginated-response) of [`BillingPaymentResource`](/docs/reference/types/billing-payment-resource) objects.
2626
*
2727
* @experimental This is an experimental API for the Billing feature that is available under a public beta, and the API is subject to change. It is advised to [pin](https://clerk.com/docs/pinning) the SDK version and the clerk-js version to avoid breaking changes.
@@ -61,7 +61,7 @@ export interface BillingNamespace {
6161
getSubscription: (params: GetSubscriptionParams) => Promise<BillingSubscriptionResource>;
6262

6363
/**
64-
* Gets a list of billing statements for the current user or supplied Organization.
64+
* Gets a list of Billing Statements for the current user or supplied Organization.
6565
* @returns A [`ClerkPaginatedResponse`](/docs/reference/types/clerk-paginated-response) of [`BillingStatementResource`](/docs/reference/types/billing-statement-resource) objects.
6666
*
6767
* @experimental This is an experimental API for the Billing feature that is available under a public beta, and the API is subject to change. It is advised to [pin](https://clerk.com/docs/pinning) the SDK version and the clerk-js version to avoid breaking changes.

0 commit comments

Comments
 (0)