📚 Doc: fixed a typo in app.go (#2912)

Fix: typo in app.go
pull/2906/head
Erfan Derakhshani 2024-03-10 15:10:21 +03:30 committed by GitHub
parent 32168793f5
commit 7bc43dcabf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -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.