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

This commit is contained in:
Ocenka
2024-12-18 17:10:47 +00:00
committed by GitHub
parent 4d6c991fb2
commit 96cfd521d5
6 changed files with 6 additions and 6 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.
#