From 532159c5f59be3558fbf7b3d282e612795346edb Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Mon, 30 Jan 2023 15:16:50 +0000 Subject: [PATCH] Fix typo (#83) --- components/ProviderExample.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ProviderExample.tsx b/components/ProviderExample.tsx index 69ac885..ff4b065 100644 --- a/components/ProviderExample.tsx +++ b/components/ProviderExample.tsx @@ -7,7 +7,7 @@ import {chain} from '../wallet/provideWalletChains' const chains: ChainMetadata[] = [chain.sandbox, chain.standalone, chain.futurenet]; const {connectors} = getDefaultConnectors({ - appName: "Exanple Stellar App", + appName: "Example Stellar App", chains}) export default function ProviderExample({children}:{children: React.ReactNode}) { @@ -19,4 +19,4 @@ import {chain} from '../wallet/provideWalletChains' {children} ) - } \ No newline at end of file + }