Skip to content

Commit

Permalink
docs: propagate fix of typo from SchemaStore
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Dec 29, 2024
1 parent 7685abc commit ac73789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type (
ClientSecret *string `yaml:"client_secret,omitempty" json:"client_secret,omitempty"`
}

// Settings for ressources visibility.
// Settings for resources visibility.
Settings struct {
// The visibility for the challenges. Please refer to CTFd documentation (https://docs.ctfd.io/docs/settings/visibility-settings/).
ChallengeVisibility string `yaml:"challenge_visibility,omitempty" json:"challenge_visibility,omitempty" jsonschema:"enum=public,enum=private,enum=admins,default=private"`
Expand Down

0 comments on commit ac73789

Please sign in to comment.