From f3dcb2220e9ed97da7484cd1f3518fefaf7e53af Mon Sep 17 00:00:00 2001 From: cenkkoroglu Date: Tue, 1 Feb 2022 22:42:23 +0300 Subject: [PATCH] :memo: fix typo (#1741) --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index a81fcd82..fb2d2587 100644 --- a/app.go +++ b/app.go @@ -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:"-"`