Skip to content

Commit

Permalink
misc: corrent spelling in Subscription interface comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adeelibr authored Jan 4, 2024
1 parent 973cf93 commit a878313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore-stripe-payments/functions/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export interface Subscription {
*/
price: FirebaseFirestore.DocumentReference<FirebaseFirestore.DocumentData>;
/**
* Array of price references. If you prvoide multiple recurring prices to the checkout session via the `line_items` parameter,
* Array of price references. If you provide multiple recurring prices to the checkout session via the `line_items` parameter,
* this array will hold the references for all recurring prices for this subscription. `price === prices[0]`.
*/
prices: Array<
Expand Down

0 comments on commit a878313

Please sign in to comment.