Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions run-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You'll need to log out and log in again for this change to take effect.

#### Download latest snapshot from mantle

We recommend that you start the node with latest shapshot, so that you don't need to wait a long time to sync data.
We recommend that you start the node with latest snapshot, so that you don't need to wait a long time to sync data.

example:

Expand Down Expand Up @@ -64,7 +64,7 @@ chaindata
docker-compose -f docker-compose.yml up -d
```

Will start the node in a detatched shell (`-d`), meaning the node will continue to run in the background.
Will start the node in a detached shell (`-d`), meaning the node will continue to run in the background.
You will need to run this again if you ever turn your machine off.

The first time you start the node it synchronizes from regenesis (December 1th, 2022) to the present.
Expand Down