diff --git a/app.go b/app.go index 59e32155..bfae60a8 100644 --- a/app.go +++ b/app.go @@ -275,7 +275,7 @@ type Config struct { // StreamRequestBody enables request body streaming, // and calls the handler sooner when given body is - // larger then the current limit. + // larger than the current limit. StreamRequestBody bool // Will not pre parse Multipart Form data if set to true.