Skip to content

Commit

Permalink
minor punctuation fix in implementation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed May 18, 2024
1 parent 180a9a6 commit ac5ee59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (icfg *internalConfig) handleCORSPreflight(

// When debug is on and a preflight step fails,
// we omit the remaining CORS response headers
// and let the browser fail the CORS-preflight fetch,
// and let the browser fail the CORS-preflight fetch;
// however, for easier troubleshooting on the client side,
// we do respond with an ok status.
//
Expand Down

0 comments on commit ac5ee59

Please sign in to comment.