diff --git a/src/tests/running.md b/src/tests/running.md
index 0a99c847c..f67c9a2ce 100644
--- a/src/tests/running.md
+++ b/src/tests/running.md
@@ -8,7 +8,7 @@ subsection after on how to run a subset of tests.
Running plain `./x test` will build the stage 1 compiler and then run the whole
-test suite. This not only include `tests/`, but also `library/`, `compiler/`,
+test suite. This not only includes `tests/`, but also `library/`, `compiler/`,
`src/tools/` package tests and more.
You usually only want to run a subset of the test suites (or even a smaller set