From 3587cc11376c47e2fd5e742e8a90f9cac8a5715d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Bardaj=C3=AD=20Puig?= Date: Mon, 1 Jul 2024 15:06:00 +0100 Subject: [PATCH] Fix typo --- example/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/App.tsx b/example/src/App.tsx index 9f21e70..7b53bb9 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -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; }