diff --git a/frame/benchmarking/README.md b/frame/benchmarking/README.md
index dac7ab13a75c3ba8b6051c5b2eeca26fb8dacd0f..7dba0f998d7bdf76a6481bf840e7302e61e52811 100644
--- a/frame/benchmarking/README.md
+++ b/frame/benchmarking/README.md
@@ -21,8 +21,8 @@ block production and import process running smoothly.
 To achieve this, we need to model how long it takes to run each function in the runtime by:
 
 * Creating custom benchmarking logic that executes a specific code path of a function.
-* Executing the benchmark in the Wasm execution environment and on a specific set of
-  hardware, custom runtime configuration, etc...
+* Executing the benchmark in the Wasm execution environment, on a specific set of
+  hardware, with a custom runtime configuration, etc...
 * Executing the benchmark across controlled ranges of possible values that may affect the result of
   the benchmark (called "components").
 * Executing the benchmark multiple times at each point in order to isolate and remove outliers.