Skip to content

Commit 0c373d5

Browse files
Apply suggestions from code review
Co-authored-by: Byron Gravenorst <[email protected]>
1 parent ad484e7 commit 0c373d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

smart-accounts-kit/guides/smart-accounts/signers/embedded-wallets.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
description: Learn how to use MetaMask Embedded Wallets (Web3Auth) with MetaMask Smart Accounts.
33
sidebar_label: Embedded Wallets
4-
keywords: [web3auth, smart account, signer, metamask samrt account]
4+
keywords: [web3auth, smart account, signer, metamask smart account]
55
---
66

7-
# Use MetaMask Embdeded Wallets (Web3Auth) with MetaMask Smart Accounts
7+
# Use MetaMask Embedded Wallets (Web3Auth) with MetaMask Smart Accounts
88

99
[MetaMask Embedded Wallets (Web3Auth)](/embedded-wallets/) provides a pluggable embedded wallet
1010
infrastructure to simplify Web3 wallet integration and user onboarding. It supports social logins allowing
@@ -30,11 +30,11 @@ npm install @metamask/smart-accounts-kit @web3auth/modal wagmi @tanstack/react-q
3030

3131
### 2. Create the Web3Auth provider
3232

33-
In this step, you'll configure the `Web3AuthProvider` component to provide the Embedded Wallets (Web3Auth)
33+
Configure the `Web3AuthProvider` component to provide the Embedded Wallets (Web3Auth)
3434
context to your application. You'll also use the `WagmiProvider` to integrate Embedded Wallets (Web3Auth) with Wagmi.
3535
This connector enables you to use Wagmi hooks with Embedded Wallets (Web3Auth).
3636

37-
Once you have created the `Web3AuthAppProvider`, you must wrap it at the root of your application so
37+
Once you've created the `Web3AuthAppProvider`, wrap it at the root of your application so
3838
that the rest of your application has access to the Embedded Wallets (Web3Auth) context.
3939

4040
For the advance configuration, see [Embedded Wallets guide](https://docs.metamask.io/embedded-wallets/sdk/react/advanced/).
@@ -85,7 +85,7 @@ export const web3authConfig = {
8585

8686
### 3. Create a smart account
8787

88-
Once the user has connected their wallet, you can use the [Wallet Client](https://viem.sh/docs/clients/wallet) from Wagmi as the signer to create a
88+
Once the user has connected their wallet, use the [Wallet Client](https://viem.sh/docs/clients/wallet) from Wagmi as the signer to create a
8989
MetaMask smart account.
9090

9191
```ts

0 commit comments

Comments
 (0)