From 1550c6b5fa770852c97d9945939dff9ac0941510 Mon Sep 17 00:00:00 2001 From: Corey Date: Sat, 7 Jun 2025 11:58:42 -0300 Subject: [PATCH] docs: fix typos in doc string --- .../thirdweb/src/react/web/ui/ConnectWallet/ConnectButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/thirdweb/src/react/web/ui/ConnectWallet/ConnectButton.tsx b/packages/thirdweb/src/react/web/ui/ConnectWallet/ConnectButton.tsx index 53842becb57..b4ba96771db 100644 --- a/packages/thirdweb/src/react/web/ui/ConnectWallet/ConnectButton.tsx +++ b/packages/thirdweb/src/react/web/ui/ConnectWallet/ConnectButton.tsx @@ -43,8 +43,8 @@ const TW_CONNECT_WALLET = "tw-connect-wallet"; * * Once connected, the component allows to: * - * - Reolve ENS names and avatars - * - Manage multipple connected wallets + * - Resolve ENS names and avatars + * - Manage multiple connected wallets * - Send and receive native tokens and ERC20 tokens * - View ERC20 tokens and NFTs * - Onramp, bridge and swap tokens