From 512aa065c50cbe61476228dbd5a3ec7b7f9f0bfd Mon Sep 17 00:00:00 2001 From: Gurinder Singh Date: Sun, 28 Oct 2018 08:43:12 +0530 Subject: [PATCH] Improved grammar --- content/docs/url-dispatch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/url-dispatch.md b/content/docs/url-dispatch.md index 4d4a732..9aa8987 100644 --- a/content/docs/url-dispatch.md +++ b/content/docs/url-dispatch.md @@ -356,7 +356,7 @@ By normalizing it means: * Double slashes are replaced by 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 +correctly. The order of normalization conditions, if all are enabled, is 1) merge, 2) both merge and append and 3) append. If the path resolves with at least one of those conditions, it will redirect to the new path.