Skip to content

Commit

Permalink
chore: remove redundant words and fix typo (#930)
Browse files Browse the repository at this point in the history
Signed-off-by: dashangcun <[email protected]>
Co-authored-by: Joel Willmore <[email protected]>
  • Loading branch information
dashangcun and jlwllmr authored Jan 10, 2025
1 parent f3e50d9 commit 84830d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The oldVerifierAddress can be the zero address._
event DataSubmittedV3(bytes32 parentShnarf, bytes32 shnarf, bytes32 finalStateRootHash)
```

Emitted when compressed data is being submitted and verified succesfully on L1.
Emitted when compressed data is being submitted and verified successfully on L1.

_The block range is indexed and parent shnarf included for state reconstruction simplicity._

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/build/quickstart/app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Run it like this:
npx create-dynamic-app@latest
```

You'll also be prompted in the terminal to to confirm a few project settings. Select Next.js as the
You'll also be prompted in the terminal to confirm a few project settings. Select Next.js as the
framework, then make sure to enable Viem and Wagmi—libraries that we'll be using later.

Once you confirm the configuration, the `create-dynamic-app` package will install the necessary
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/how-to/connect-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ uses the common EIP-1193 standard. There are a few wallets that also have [separ

Next, head to your app file.

Import the the relevant providers from Wagmi and TanStack Query, as well as the `QueryClient`
Import the relevant providers from Wagmi and TanStack Query, as well as the `QueryClient`
function we'll use:

```tsx
Expand Down

0 comments on commit 84830d6

Please sign in to comment.