Skip to content

Commit

Permalink
chore: apply automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jul 11, 2024
1 parent ce286bb commit ffabd8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/2.utils/2.response.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ icon: material-symbols-light:output

### `appendResponseHeader(event, name, value)`

Append a response header by name.
H3end a response header by name.

**Example:**

Expand All @@ -22,7 +22,7 @@ app.use("/", (event) => {

### `appendResponseHeaders(event, headers)`

Append the response headers.
H3end the response headers.

**Example:**

Expand Down
4 changes: 2 additions & 2 deletions docs/2.utils/98.advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ Proxy the incoming request to a target URL.

### `appendCorsHeaders(event, options)`

Append CORS headers to the response.
H3end CORS headers to the response.

### `appendCorsPreflightHeaders(event, options)`

Append CORS preflight headers to the response.
H3end CORS preflight headers to the response.

### `handleCors(event, options)`

Expand Down

0 comments on commit ffabd8b

Please sign in to comment.