Skip to content

Commit 24f133e

Browse files
committed
Coderabbit
1 parent b97da8c commit 24f133e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/interop/tutorials/message-passing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ message passing system that enables different chains to interact with each other
7777
<Callout>
7878
This tutorial provides step-by-step instructions for implementing cross-chain messaging.
7979
For a conceptual overview,
80-
see the [message passing explainer](/interop/message-passing).
80+
see the [Message Passing Explainer](/interop/message-passing).
8181
</Callout>
8282

8383
In this tutorial, you will learn how to use the [`L2ToL2CrossDomainMessenger`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L2ToL2CrossDomainMessenger.sol) contract to pass messages between interoperable blockchains.
@@ -108,7 +108,7 @@ The implementation consists of three main components:
108108
<Steps>
109109
### Setting up test networks
110110

111-
1. If you are using [Supersim](/interop/tools/supersim), go to the the directory where Supersim is installed and start it with autorelay.
111+
1. If you are using [Supersim](/interop/tools/supersim), go to the directory where Supersim is installed and start it with autorelay.
112112

113113
```sh
114114
./supersim --interop.autorelay
@@ -410,7 +410,7 @@ In this section we change `Greeter.sol` to emit a separate event in it receives
410410
<AutorelayCallout />
411411

412412
If you are using the devnets, skip this section.
413-
You will not be able to see the effects anyway, because you cannot disable autoforwarding on them.
413+
You will not be able to see the effects anyway because you cannot disable autoforwarding on them.
414414

415415
<Steps>
416416
### Set up

0 commit comments

Comments
 (0)