Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Jul 1, 2024
1 parent 789595d commit 3587cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function App() {
const onConnect2 = useCallback(async () => {
const res = await Wallet.request('wallet_requestPermissions', undefined);
if (res.status === 'error') {
console.error('Error connecting ot wallet, details in terminal.');
console.error('Error connecting to wallet, details in terminal.');
console.error(res);
return;
}
Expand Down

0 comments on commit 3587cc1

Please sign in to comment.