Skip to content

Commit

Permalink
fix: typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Dec 10, 2024
1 parent d432cb0 commit f71158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/argentMobile/modal/starknet/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export class StarknetAdapter
if (error instanceof Error || (error && error.message !== undefined)) {
throw new Error(error.message)
}
throw new Error("Unknow error on requestWallet")
throw new Error("Unknown error on requestWallet")
}
}

Expand Down

0 comments on commit f71158a

Please sign in to comment.