From 377db7f8227cfb5abfebf8f9640566c200f67be7 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Thu, 21 Nov 2019 21:50:37 +0200 Subject: [PATCH] minor Former-commit-id: 6102c3fb2a58935a8b354c3999abf80456735fa8 --- middleware/i18n/i18n.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/i18n/i18n.go b/middleware/i18n/i18n.go index 318ac5a9..6d95d7f3 100644 --- a/middleware/i18n/i18n.go +++ b/middleware/i18n/i18n.go @@ -34,7 +34,7 @@ type Config struct { // Checked: Serving state, runtime. Cookie string // If SetCookie is true and Cookie field is not empty - // then it will set the cookie to the language found by y Context's Value's "lang" key or URLParameter or Cookie or Indentifier. + // then it will set the cookie to the language found by Context's Value's "lang" key or URLParameter or Cookie or Indentifier. // Defaults to false. SetCookie bool