1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 08:14:58 +02:00

Merge pull request #58 from gurry/patch-4

Improved grammar
This commit is contained in:
Nikolay Kim
2018-10-28 09:03:37 -07:00
committed by GitHub

View File

@ -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.