@@ -11,7 +11,7 @@ further below are intended for advance power users.
1111
1212## Options
1313
14- The default configuration file create by ` cometbft init ` has all
14+ The default configuration file created by ` cometbft init ` has all
1515the parameters set with their default values. It will look something
1616like the file below, however, double check by inspecting the
1717` config.toml ` created with your version of ` cometbft ` installed:
@@ -356,7 +356,7 @@ keep-invalid-txs-in-cache = false
356356max_tx_bytes = 1048576
357357
358358# Maximum size of a batch of transactions to send to a peer
359- # Including space needed by encoding (one varint per transaction).
359+ # Including space needed by encoding (one ` varint` per transaction).
360360# XXX: Unused due to https://github.com/tendermint/tendermint/issues/5796
361361max_batch_bytes = 0
362362
@@ -547,7 +547,7 @@ the delay between blocks by changing the `timeout_commit`. E.g. `timeout_commit
547547
548548### create_empty_blocks = false
549549
550- In this setting, blocks are created when transactions received.
550+ In this setting, blocks are created when transactions are received.
551551
552552Note after the block H, CometBFT creates something we call a "proof block"
553553(only if the application hash changed) H+1. The reason for this is to support
@@ -635,7 +635,7 @@ What happens in reality is, however, a little bit different:
635635```
636636
637637That's because Bob is too fast at proposing blocks. This leaves Alice very
638- little chances to propose a block and not always be catching up. Note every
638+ little chances to propose a block and not always be catching up. Note that every
639639block Bob creates needs a vote from Alice to constitute 2/3+.
640640
641641Imagine now there are ten geographically distributed validators. One of them
0 commit comments