Skip to content

Commit df89d13

Browse files
committed
typo fix
1 parent ab24cde commit df89d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-dev.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ $ chmod 0700 /path/to
220220
```
221221

222222
Additionally, you must provide a list of peers to connect to bootstrap the node.
223-
The list of peers depends on the network you want to connect to and is announced when the network is being launched. For Mainnet, the list of peers is avaialable at:
223+
The list of peers depends on the network you want to connect to and is announced when the network is being launched. For Mainnet, the list of peers is available at:
224224
https://storage.googleapis.com/mina-seed-lists/mainnet_seeds.txt.
225225

226226
The `daemon.json` config file also contains bootstrap data that is specific to the network the node is trying to connect to and must be tailored specifically for a particular network. This file can also override some of the configuration options selected during compilation. The `daemon.json` file can be extracted from the Docker image
@@ -335,7 +335,7 @@ To override these constants, pass a json file to `runtime_genesis_ledger.exe` wi
335335

336336
The exe then packages the overridden constants along with the genesis ledger and the genesis proof for the daemon to consume.
337337

338-
<b> 2. Constants that can be overriden at runtime are:</b>
338+
<b> 2. Constants that can be overridden at runtime are:</b>
339339

340340
- genesis_state_timestamp
341341
- transaction pool max size

0 commit comments

Comments
 (0)