diff --git a/context.go b/context.go index 294d1cce..be25db8b 100644 --- a/context.go +++ b/context.go @@ -186,7 +186,7 @@ func (c *Context) MustGet(key string) interface{} { } /************************************/ -/******** ENCOGING MANAGEMENT********/ +/******** ENCODING MANAGEMENT********/ /************************************/ // This function checks the Content-Type to select a binding engine automatically,