Skip to content

Commit

Permalink
Fix typo in bullet point card (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkris4 committed Sep 17, 2023
1 parent bff6aef commit 33eae06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class _JoinNativeSwapModalState extends State<JoinNativeSwapModal> {
),
RichText(
text: BulletPointCard.textSpan(
'You can reclaim your funds if the counterparty fails complete the swap. ',
'You can reclaim your funds if the counterparty fails to complete the swap. ',
),
),
],
Expand Down

0 comments on commit 33eae06

Please sign in to comment.