diff --git a/pages/builders/node-operators/configuration/execution-config.mdx b/pages/builders/node-operators/configuration/execution-config.mdx
index d3d4bfc17..b47315900 100644
--- a/pages/builders/node-operators/configuration/execution-config.mdx
+++ b/pages/builders/node-operators/configuration/execution-config.mdx
@@ -1206,12 +1206,12 @@ Specify the maximum time allowance for creating a new payload. The default value
#### miner.recommit
-Time interval to recreate the block being mined. The default value is `2s`.
+Time interval to recreate the block being mined. The default value is `100ms`.
`--miner.recommit=`
- `--miner.recommit=2s`
- `GETH_MINER_RECOMMIT=2s`
+ `--miner.recommit=100ms`
+ `GETH_MINER_RECOMMIT=100ms`
### Miscellaneous
diff --git a/pages/stack/features/send-raw-transaction-conditional.mdx b/pages/stack/features/send-raw-transaction-conditional.mdx
index f087ed935..7f237b9bb 100644
--- a/pages/stack/features/send-raw-transaction-conditional.mdx
+++ b/pages/stack/features/send-raw-transaction-conditional.mdx
@@ -35,7 +35,7 @@ The "cost" of a given conditional is *approximately* determined by the number of
Since the sequencer is not compensated for the additional state checks, otherwise through the GAS of the transaction, a configured rate limit is applied to this cost.
- To also disincentivize the use of this endpoint for MEV in comparison to `eth_sendRawTransaction`, the conditional is checked against the parent of the latest block.
+ To also discourage the use of this endpoint for MEV in comparison to `eth_sendRawTransaction`, the conditional is checked against the parent of the latest block.
This conditional is checked once at the RPC layer prior to mempool submission. If rejected against chain state, the RPC will return an error with the following spec