diff --git a/i18n/localizer.go b/i18n/localizer.go index a3a23599..6d0a3a42 100644 --- a/i18n/localizer.go +++ b/i18n/localizer.go @@ -17,7 +17,7 @@ import ( // ["en-US", "en-GB", "en-IE", "en"] and the locale "en" is asked, the underlying matching // algorithm will return "en-US" thinking it is the best match possible. More information // about the algorithm in this Github issue: https://github.com/golang/go/issues/49176. -// There is additionnal informations inside the Go code base: +// There is additional informations inside the Go code base: // https://github.com/golang/text/blob/master/language/match.go#L142 type Localizer struct { // bundle contains the messages that can be returned by the Localizer.