Skip to content

Commit b01a96a

Browse files
committed
wip
1 parent 9f4c26b commit b01a96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ By default, Stripe will prorate charges when adding or removing plans from a sub
588588

589589
#### Quantities
590590

591-
If you would like to update quantities on individual subscription plans, you may do so using the [existing quantity methods](subscription-quantity) and passing the name of hte plan as an additional argument to the method:
591+
If you would like to update quantities on individual subscription plans, you may do so using the [existing quantity methods](subscription-quantity) and passing the name of the plan as an additional argument to the method:
592592

593593
$user = User::find(1);
594594

0 commit comments

Comments
 (0)