Skip to content

Commit

Permalink
fix : typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxtho8 committed Jan 23, 2024
1 parent 24e207e commit 1652626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/app/examples/send-token/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function SendToken() {

useEffect(() => {
if (txSuccess) {
showToast(`Transaction sucessful`, {
showToast(`Transaction successful`, {
type: 'success',
})
} else if (txError) {
Expand Down

0 comments on commit 1652626

Please sign in to comment.