diff --git a/echo.go b/echo.go index d336d3945..0187e67ed 100644 --- a/echo.go +++ b/echo.go @@ -528,7 +528,7 @@ func (e *Echo) Routes() []Route { } // AcquireContext returns an empty `Context` instance from the pool. -// You must be return the context by calling `ReleaseContext()`. +// You must return the context by calling `ReleaseContext()`. func (e *Echo) AcquireContext() Context { return e.pool.Get().(Context) }