From a2f1b8f6bfac0b289d0090e1eda7485f9ef1ef7e Mon Sep 17 00:00:00 2001 From: Gurinder Singh Date: Sun, 28 Oct 2018 08:48:33 +0530 Subject: [PATCH] One more grammatical improvement Also changed "double" to "multiple" because this feature can replace _more than_ two slashes with one as well. --- content/docs/url-dispatch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/url-dispatch.md b/content/docs/url-dispatch.md index 4d4a732..5424d62 100644 --- a/content/docs/url-dispatch.md +++ b/content/docs/url-dispatch.md @@ -352,8 +352,8 @@ for URL generation purposes only and are never considered for matching at reques By normalizing it means: -* Add a trailing slash to the path. -* Double slashes are replaced by one. +* To add a trailing slash to the path. +* To replace multiple slashes with one. The handler returns as soon as it finds a path that resolves correctly. The order if all enable is 1) merge, 2) both merge and append