Skip to content

Commit

Permalink
fix typo in documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Jan 5, 2025
1 parent 4555690 commit 391faea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgerrors/cfgerrors.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (err *MaxAgeOutOfBoundsError) Error() string {
return fmt.Sprintf(tmpl, err.Value, err.Default, err.Max, err.Disable)
}

// A PreflightSuccessStatusOutOfBoundsError indicates a preflight-sucess status
// A PreflightSuccessStatusOutOfBoundsError indicates a preflight-success status
// that's either too low or too high.
//
// For more details, see [github.com/jub0bs/cors.Config.PreflightSuccessStatus].
Expand Down

0 comments on commit 391faea

Please sign in to comment.