Skip to content

Commit

Permalink
Fix typo of permanent
Browse files Browse the repository at this point in the history
  • Loading branch information
Success Go authored and Success Go committed Jan 12, 2020
1 parent 3b3e777 commit ffa7ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ func (c Configuration) GetVHost() string {
// DisablePathCorrection corrects and redirects 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.
func (c Configuration) GetDisablePathCorrection() bool {
return c.DisablePathCorrection
}
Expand Down

0 comments on commit ffa7ede

Please sign in to comment.