Skip to content

Commit a878313

Browse files
authored
misc: corrent spelling in Subscription interface comments
1 parent 973cf93 commit a878313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-stripe-payments/functions/src/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export interface Subscription {
117117
*/
118118
price: FirebaseFirestore.DocumentReference<FirebaseFirestore.DocumentData>;
119119
/**
120-
* Array of price references. If you prvoide multiple recurring prices to the checkout session via the `line_items` parameter,
120+
* Array of price references. If you provide multiple recurring prices to the checkout session via the `line_items` parameter,
121121
* this array will hold the references for all recurring prices for this subscription. `price === prices[0]`.
122122
*/
123123
prices: Array<

0 commit comments

Comments
 (0)