mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
fix typo
Former-commit-id: b6f9de4cf8d62210ffefba5d33dc8372d236748d
This commit is contained in:
@@ -44,7 +44,7 @@ var (
|
||||
)
|
||||
|
||||
// ControllerActivator returns a new controller type info description.
|
||||
// Its functionality can be overriden by the end-dev.
|
||||
// Its functionality can be overridden by the end-dev.
|
||||
type ControllerActivator struct {
|
||||
// the router is used on the `Activate` and can be used by end-dev on the `BeforeActivation`
|
||||
// to register any custom controller's methods as handlers.
|
||||
|
||||
Reference in New Issue
Block a user