Skip to content

Commit cc0444b

Browse files
hattizaimelekes
andauthored
chore: fix some typos (#2002)
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
1 parent 4670b75 commit cc0444b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/core/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1515
the parameters set with their default values. It will look something
1616
like 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
356356
max_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
361361
max_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

552552
Note 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

637637
That'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
639639
block Bob creates needs a vote from Alice to constitute 2/3+.
640640

641641
Imagine now there are ten geographically distributed validators. One of them

0 commit comments

Comments
 (0)