diff --git a/client/rpc-v2/api/src/eth/mod.rs b/client/rpc-v2/api/src/eth/mod.rs index 704ef9521a..93b7dd1383 100644 --- a/client/rpc-v2/api/src/eth/mod.rs +++ b/client/rpc-v2/api/src/eth/mod.rs @@ -178,7 +178,7 @@ pub trait EthExecuteApi { // block_overrides: Option, ) -> RpcResult; - /// Generates and returns an estimate of hou much gas is necessary to allow the transaction to complete. + /// Generates and returns an estimate of how much gas is necessary to allow the transaction to complete. #[method(name = "estimateGas")] async fn estimate_gas( &self,