Skip to content

Commit

Permalink
Fix typo (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy authored Jan 30, 2023
1 parent 5d0bd57 commit 532159c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ProviderExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}) {
Expand All @@ -19,4 +19,4 @@ import {chain} from '../wallet/provideWalletChains'
{children}
</SorobanReactProvider>
)
}
}

0 comments on commit 532159c

Please sign in to comment.