chore(docs): fix incorrect usage of 'a' and 'an' across documentation (backport #22976) (#22987)

Co-authored-by: Ocenka <testoviydiman1@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2024-12-18 18:24:22 +01:00
committed by GitHub
co-authored by Ocenka Julien Robert
parent 4b225cacb8
commit 39dfcb5d8e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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.
#