Skip to content

Commit

Permalink
GEP-1767: updates about format
Browse files Browse the repository at this point in the history
  • Loading branch information
lianglli committed Jan 27, 2025
1 parent 16f7cb4 commit fbe44b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geps/gep-1767/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ type HTTPCORSFilter struct {
//
// Header names are not case sensitive.
//
// Multiple header names in the value of the Access-Control-Allow-Headers
// Multiple header names in the value of the `Access-Control-Allow-Headers`
// response header are separated by a comma (",").
//
// When the `AllowHeaders` field is configured with one or more headers,
Expand Down Expand Up @@ -476,8 +476,8 @@ type HTTPCORSFilter struct {
// the results of a "preflight" request.
//
// The information provided by the `Access-Control-Allow-Methods` and
// `Access-Control-Allow-Headers` headers can be cached by the client
// until the time specified by `Access-Control-Max-Age` elapses.
// `Access-Control-Allow-Headers` response headers can be cached by the
// client until the time specified by `Access-Control-Max-Age` elapses.
//
// The default value of `Access-Control-Max-Age` response header is
// 5 (seconds).
Expand Down

0 comments on commit fbe44b1

Please sign in to comment.