chore(docs): fix incorrect usage of 'a' and 'an' across documentation (#22976)
This commit is contained in:
@@ -132,7 +132,7 @@ When running a node (not a validator!) and not wanting to run the application me
|
||||
|
||||
```toml
|
||||
[mempool]
|
||||
# Setting max-txs to 0 will allow for a unbounded amount of transactions in the mempool.
|
||||
# Setting max-txs to 0 will allow for an unbounded amount of transactions in the mempool.
|
||||
# Setting max_txs to negative 1 (-1) will disable transactions from being inserted into the mempool.
|
||||
# Setting max_txs to a positive number (> 0) will limit the number of transactions in the mempool, by the specified amount.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user