Skip to content

Commit 377db7f

Browse files
committed
minor
Former-commit-id: 6102c3fb2a58935a8b354c3999abf80456735fa8
1 parent 36f54b6 commit 377db7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/i18n/i18n.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type Config struct {
3434
// Checked: Serving state, runtime.
3535
Cookie string
3636
// If SetCookie is true and Cookie field is not empty
37-
// then it will set the cookie to the language found by y Context's Value's "lang" key or URLParameter or Cookie or Indentifier.
37+
// then it will set the cookie to the language found by Context's Value's "lang" key or URLParameter or Cookie or Indentifier.
3838
// Defaults to false.
3939
SetCookie bool
4040

0 commit comments

Comments
 (0)