Don't link to version with v prefix (#210)

Remove typo in STPPaymentCardTextField docstring
This commit is contained in:
Cameron 2021-04-30 14:51:15 -07:00 committed by GitHub
parent 7a90810e05
commit a321a5fe64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
import UIKit
/// STPPaymentCardTextField is a text field with similar properties to UITextField,
/// but specialized for collectplaceholing credit/debit card information. It manages
/// but specialized for credit/debit card information. It manages
/// multiple UITextFields under the hood to collect this information. It's
/// designed to fit on a single line, and from a design perspective can be used
/// anywhere a UITextField would be appropriate.

View File

@ -35,7 +35,7 @@ release_version="$(cat "${script_dir}/../VERSION")"
info "Executing jazzy..."
jazzy \
--config "${script_dir}/../.jazzy.yaml" \
--github-file-prefix "https://github.com/stripe/stripe-ios/tree/v${release_version}" \
--github-file-prefix "https://github.com/stripe/stripe-ios/tree/${release_version}" \
--podspec Stripe.podspec
# Verify jazzy exit code