📝 fix typo (#1741)

pull/1733/head
cenkkoroglu 2022-02-01 22:42:23 +03:00 committed by GitHub
parent 5766feef29
commit f3dcb2220e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -320,7 +320,7 @@ type Config struct {
// When set by an external client of Fiber it will use the provided implementation of a
// JSONUnmarshal
//
// Allowing for flexibility in using another json library for encoding
// Allowing for flexibility in using another json library for decoding
// Default: json.Unmarshal
JSONDecoder utils.JSONUnmarshal `json:"-"`