From ac29f6363f472d971f7e2b708d60c9a80ac26a06 Mon Sep 17 00:00:00 2001 From: xinningsu Date: Wed, 6 Jan 2021 19:15:32 +0800 Subject: [PATCH] add readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5d14f0..d82b326 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Let laravel route work as exactly as how we define it including the trailing sla # Background -Currently when we define a route, Laravel will trim all the tailing slashes, output the route url without any tailing slash. When we access an url with trailing slashes, Laravel also will trim them. That makes the tailing slashes meaningless, sometimes it's quite annoying. +Currently when we define a route, Laravel will trim all the trailing slashes, output the route url without any trailing slash. When we access an url with trailing slashes, Laravel also will trim them. That makes the trailing slashes meaningless, sometimes it's quite annoying. ## Define a route like this