fix grammar and misspell

Former-commit-id: 1816619f891df77a5d1925d43c25243dcadbceb5
This commit is contained in:
Gerasimos (Makis) Maropoulos 2018-11-29 04:01:05 +02:00
parent 8b85b602df
commit 02d94041f9

View File

@ -77,7 +77,7 @@ type ControllerActivator struct {
// the already-registered routes, key = the controller's function name.
// End-devs can change some properties of the *Route on the `BeforeActivator` by using the
// `GetRoute(functionName)`. It's also protects for duplicatations.
// `GetRoute(functionName)`. It's a shield against duplications as well.
routes map[string]*router.Route
// the bindings that comes from the Engine and the controller's filled fields if any.