Skip to content

Commit dbd6e8a

Browse files
committed
coderabbit
1 parent 4f16241 commit dbd6e8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/stack/interop/tutorials/message-passing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this tutorial we will use several tools:
2929
- [Node](https://nodejs.org/en)
3030
- [TypeScript](https://www.typescriptlang.org/)
3131
- UNIX.
32-
This tutorial is designed to run either on Linux or MacOS.
32+
This tutorial is designed to run either on Linux or macOS.
3333
If you use Windows, you can use the [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install).
3434

3535

@@ -162,7 +162,7 @@ To verify that the chains are running, check the balance of `$ADDR`.
162162
awk '/Deployed to:/ {print $3}'
163163
```
164164

165-
Finally, in UNIX (including Linux and MacOS) the when the command line includes backticks (`\``), the shell executes the code between the backticks and puts the output, in this case the contract address, in the command.
165+
Finally, in UNIX (including Linux and macOS) the when the command line includes backticks (`\``), the shell executes the code between the backticks and puts the output, in this case the contract address, in the command.
166166
So we get.
167167

168168
```sh
@@ -539,7 +539,7 @@ We use [TypeScript](https://www.typescriptlang.org/) to have type safety combine
539539

540540
Now we need to rerun Supersim *without* autorelay.
541541

542-
1. In the windows that runs Supersim, stop it and restart with this command:
542+
1. In the window that runs Supersim, stop it and restart with this command:
543543

544544
```sh
545545
./supersim

0 commit comments

Comments
 (0)