mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
minor misspell fix
Former-commit-id: 55408a6c25d55cd052bb613db201723eac977232
This commit is contained in:
2
iris.go
2
iris.go
@@ -345,7 +345,7 @@ var (
|
||||
// as a middleware.
|
||||
// Filter is just a type of Handler which returns a boolean.
|
||||
// Handlers here should act like middleware, they should contain `ctx.Next` to proceed
|
||||
// to the next handler of the chain. Those "handlers" are registed to the per-request context.
|
||||
// to the next handler of the chain. Those "handlers" are registered to the per-request context.
|
||||
//
|
||||
//
|
||||
// It checks the "filter" and if passed then
|
||||
|
||||
Reference in New Issue
Block a user