From 8b4b96b895715ce7260a11fbc44071b002025420 Mon Sep 17 00:00:00 2001 From: Success Go Date: Sun, 12 Jan 2020 21:35:28 +0800 Subject: [PATCH] Fix typo of `permanent` Former-commit-id: fa37caaccce3bd03f8b60f135dfbc15e635cd730 --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.go b/configuration.go index 9a1870e0..72d5224a 100644 --- a/configuration.go +++ b/configuration.go @@ -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. //