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