Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Fixes minor typo (#314)
Browse files Browse the repository at this point in the history
Update page.mdx

Minor typo on variable

Signed-off-by: Ramon "9Tails" Canales <[email protected]>
  • Loading branch information
githubdoramon authored Apr 4, 2024
1 parent a0001e5 commit e5c6161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const wallets = [
function Example() {
return (
<div>
<ConnectEmbed client={client} wallets={walllets} />
<ConnectEmbed client={client} wallets={wallets} />
</div>
);
}
Expand Down

0 comments on commit e5c6161

Please sign in to comment.