Skip to content

Commit 091c6ec

Browse files
nilsreichardtjamesblascojonasbark
authored
docs: fix typo "succesfullly" in checkout.dart (flutter-stripe#1013)
Co-authored-by: Jaime Blasco <[email protected]> Co-authored-by: jonasbark <[email protected]>
1 parent b705633 commit 091c6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stripe_checkout/lib/src/platforms/checkout.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class CheckoutResponse with _$CheckoutResponse {
99
/// Web only
1010
const factory CheckoutResponse.redirected() = _Redirect;
1111

12-
/// The checkout payment has been completed succesfullly
12+
/// The checkout payment has been completed succesfully
1313
/// Mobile only
1414
const factory CheckoutResponse.success() = _Success;
1515

0 commit comments

Comments
 (0)