From bf9b83e942cee5b52db76144e4c7748f34da158a Mon Sep 17 00:00:00 2001 From: Aniket Malik Date: Sat, 8 Jul 2023 13:45:55 +0530 Subject: [PATCH] Update card_field.mdx (#1303) fixed typo from "CardFirn" to "CardForm" --- docs/card_field.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/card_field.mdx b/docs/card_field.mdx index 3eaf64672..ebd03a6bc 100644 --- a/docs/card_field.mdx +++ b/docs/card_field.mdx @@ -109,7 +109,7 @@ await Stripe.instance.confirmPayment( ); ``` -### 3b Cardfirn +### 3b Cardform In case you want to display the card entry fields in multiple lines you can use the `Cardform` widget.