Fix typo of permanent

Former-commit-id: fa37caaccce3bd03f8b60f135dfbc15e635cd730
This commit is contained in:
Success Go 2020-01-12 21:35:28 +08:00
parent 2c929ade4e
commit 8b4b96b895

View File

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