diff --git a/docs/commands/codeception.md b/docs/commands/codeception.md
index dd0dc840b..6a96a89c7 100644
--- a/docs/commands/codeception.md
+++ b/docs/commands/codeception.md
@@ -21,7 +21,7 @@ Run all tests without the `` [annotation][]:
vendor/bin/codecept run functional --skip-group skip -c dev/tests/acceptance/codeception.yml
```
-Run all tests with the `` [annotation][] but with no ``:
+Run all tests with the `` [annotation][] but with no ``:
```bash
vendor/bin/codecept run functional --group example --skip-group skip -c dev/tests/acceptance/codeception.yml