diff --git a/docs/en/reference/execution-pipeline.md b/docs/en/reference/execution-pipeline.md index c048aa150..09966de01 100644 --- a/docs/en/reference/execution-pipeline.md +++ b/docs/en/reference/execution-pipeline.md @@ -47,7 +47,7 @@ mod_rewrite works. ## main.php -All requests go through `main.`php, which sets up the environment and then hands control over to `Director`. +All requests go through `main.php`, which sets up the environment and then hands control over to `Director`. ## Director and URL patterns