diff --git a/content/docs/url-dispatch.md b/content/docs/url-dispatch.md index bbb7e34..3f76b39 100644 --- a/content/docs/url-dispatch.md +++ b/content/docs/url-dispatch.md @@ -356,7 +356,7 @@ By normalizing it means: * 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 +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.