Skip to content

Commit 57d2329

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 715bd20 commit 57d2329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/AutorelayCallout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function AutorelayCallout({ context }: Props): ReactElement {
1818
<div className="nx-w-full nx-px-4 nx-text-center nx-font-medium nx-text-sm nx-text-left">
1919
<div className="nx-text-left">
2020
Normally we expect Superchain blockchains to run an autorelayer and relay your messages automatically.
21-
However, for performance reasons or reliability, you might decide to subnmit the executing message manually.
21+
However, for performance reasons or reliability, you might decide to submit the executing message manually.
2222
This section shows how to do that.
2323
</div>
2424
</div>

pages/stack/interop/superchain-weth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sequenceDiagram
8282

8383
4. An off-chain entity submits a transaction to execute the message.
8484
Any address can submit this transaction, but it must have ETH on the destination chain.
85-
Typically this would be thge chain's autorelayer.
85+
Typically, this would be the chain's autorelayer.
8686

8787
5. `L2ToL2CrossDomainMessenger` on the destination chain calls `SuperchainWETH` with the following details:
8888

0 commit comments

Comments
 (0)