mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
Fix typo of permanent
Former-commit-id: fa37caaccce3bd03f8b60f135dfbc15e635cd730
This commit is contained in:
@@ -736,7 +736,7 @@ type Configuration struct {
|
||||
// the requested path to the registered path
|
||||
// for example, if /home/ path is requested but no handler for this Route found,
|
||||
// then the Router checks if /home handler exists, if yes,
|
||||
// (permant)redirects the client to the correct path /home.
|
||||
// (permanent)redirects the client to the correct path /home.
|
||||
//
|
||||
// See `DisablePathCorrectionRedirection` to enable direct handler execution instead of redirection.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user