From 40ef81286139d4f27b2563b0ad0d68ce91fd2495 Mon Sep 17 00:00:00 2001 From: CheeseSucker Date: Sat, 15 Jun 2013 00:58:45 +0200 Subject: [PATCH] [MINOR] Fixed a markup error. --- docs/en/reference/execution-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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