diff --git a/context.go b/context.go index 29654a7d..48362519 100644 --- a/context.go +++ b/context.go @@ -391,7 +391,7 @@ func (c *Context) Header(key, value string) { } // GetHeader is a shortcut for c.Request.Header.Get(key) -// It get the header in th request. +// It gets the header in the request. func (c *Context) GetHeader(key string) { return c.Request.Header.Get(key) }