From af2c869b0c3eb72243934fb3aa411bcdd80c40f5 Mon Sep 17 00:00:00 2001 From: Kugo <153402253+Gakunt@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:36:42 +0000 Subject: [PATCH] proofread --- docs/interacting-with-geth/rpc/ns-personal.md | 2 +- docs/monitoring/understanding-dashboards.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/interacting-with-geth/rpc/ns-personal.md b/docs/interacting-with-geth/rpc/ns-personal.md index 58e8a64dde..49c09fca99 100644 --- a/docs/interacting-with-geth/rpc/ns-personal.md +++ b/docs/interacting-with-geth/rpc/ns-personal.md @@ -208,7 +208,7 @@ curl --data '{"id": 2, "jsonrpc": "2.0", "method": "account_signTransaction", "p ## Methods without replacements -There are a few methods that were available in the `personal` namepsace that have been deprecated without replacements. These are: +There are a few methods that were available in the `personal` namespace that have been deprecated without replacements. These are: ### personal_unlockAccount diff --git a/docs/monitoring/understanding-dashboards.md b/docs/monitoring/understanding-dashboards.md index 424507254e..15009b6495 100644 --- a/docs/monitoring/understanding-dashboards.md +++ b/docs/monitoring/understanding-dashboards.md @@ -132,7 +132,7 @@ The transaction processing panel tracks the time taken to complete the various t - **executable discard**: rate that valid transactions are dropped from the transaction pool, e.g. because it is already known. - **executable replace**: rate that valid transactions are replaced with a new one from same sender with same nonce but higher gas - **executable ratelimit**: rate that valid transactions are dropped due to rate-limiting -- **executable nofunds**: rate that valid transations are dropped due to running out of ETH to pay gas +- **executable nofunds**: rate that valid transactions are dropped due to running out of ETH to pay gas - **gapped discard**: rate that queued transactions are discarded from the transaction pool - **gapped replace**: rate that queued transactions are replaced with a new one from same sender with same nonce but higher gas - **gapped ratelimit**: rate that queued transactions are dropped due to rate limiting