Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: eurias-stripe <[email protected]>
  • Loading branch information
sfriedman-stripe and eurias-stripe committed Apr 29, 2023
1 parent 6a36eda commit e9c42e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [Fixed] STPPaymentHandler.handleNextAction allows payment methods that are delayed or require further customer action like like SEPA Debit or OXXO.

### PaymentSheet
* [Added] Improved validation for ephemeral keys
* [Added] Improved validation for ephemeral keys.

## 23.7.0 2023-04-24
### PaymentSheet
Expand Down
2 changes: 1 addition & 1 deletion Tuist/ProjectDescriptionHelpers/Tuist+Stripe.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extension Project {
/// If `true`, the OCMock package will be linked.
/// - usesStubs: Whether the tests in this target use stubs.
/// If `true`, the OHHTTPStubs package will be linked.
/// - usesPreconditionTesting: Whether the tests in this target uses precondition, assert, and/or fatal error testing.
/// - usesPreconditionTesting: Whether the tests in this target use precondition, assert, and/or fatal error testing.
/// If `true`, the CwlPreconditionTesting package will be linked.
/// - Returns: A `TestOptions` instance.
public static func testOptions(
Expand Down

0 comments on commit e9c42e0

Please sign in to comment.