Skip to content

Commit 4aed8de

Browse files
authored
fix!: typo in attribute name (#165)
1 parent 0b88cac commit 4aed8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ type (
9696
TeamDisbanding *string `yaml:"team_disbanding,omitempty" json:"team_disbanding,omitempty"`
9797

9898
// Maximum number of invalid submissions per minute (per user/team). We suggest you use it as part of an anti-brute-force strategy (rate limiting).
99-
IncorrectSubmissionsPerMinute *int `yaml:"incorrect_submissions_per_minutes,omitempty" json:"incorrect_submissions_per_minutes,omitempty"`
99+
IncorrectSubmissionsPerMinute *int `yaml:"incorrect_submissions_per_minute,omitempty" json:"incorrect_submissions_per_minute,omitempty"`
100100

101101
// Whether a user can change its name or not.
102102
NameChanges *bool `yaml:"name_changes,omitempty" json:"name_changes,omitempty"`

0 commit comments

Comments
 (0)