Fix documentation mistake

This commit is contained in:
Brian Dorfman 2016-10-04 10:23:27 -07:00
parent 544f28d6db
commit 0a26d81151
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
An `STPPaymentConfiguration` represents all the options you can set or change
around a payment.
You provide an `STPPaymentConfiguration` method to your `STPPaymentContext`
You provide an `STPPaymentConfiguration` object to your `STPPaymentContext`
when making a charge. The configuration generally has settings that
will not change from payment to payment and thus is reusable, while the context
is specific to a single particular payment instance.