We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973cf93 commit a878313Copy full SHA for a878313
firestore-stripe-payments/functions/src/interfaces.ts
@@ -117,7 +117,7 @@ export interface Subscription {
117
*/
118
price: FirebaseFirestore.DocumentReference<FirebaseFirestore.DocumentData>;
119
/**
120
- * 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,
121
* this array will hold the references for all recurring prices for this subscription. `price === prices[0]`.
122
123
prices: Array<
0 commit comments