From 3ccc37bd8fd481d9eee38caa665b851d96736136 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 4 Jun 2012 20:36:33 +0300 Subject: [PATCH] Documentation: Fix typo on routing page's TOC. --- laravel/documentation/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/routing.md b/laravel/documentation/routing.md index 18c90671..7d2aa6fd 100644 --- a/laravel/documentation/routing.md +++ b/laravel/documentation/routing.md @@ -4,7 +4,7 @@ - [The Basics](#the-basics) - [Wildcards](#wildcards) -- [The 404 Events](#the-404-event) +- [The 404 Event](#the-404-event) - [Filters](#filters) - [Pattern Filters](#pattern-filters) - [Global Filters](#global-filters)