Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cors.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func AllowedOriginValidator(fn OriginValidator) CORSOption {
}

// OptionStatusCode sets a custom status code on the OPTIONS requests.
// Default behaviour sets it to 200 to reflect best practices. This is option is not mandatory
// Default behaviour sets it to 200 to reflect best practices. This option is not mandatory
// and can be used if you need a custom status code (i.e 204).
//
// More informations on the spec:
Expand Down
Loading