Skip to content

Commit

Permalink
docs: fix invalid title in cors (#2173)
Browse files Browse the repository at this point in the history
fix cors doc format

Signed-off-by: sh2 <shawnhxh@outlook.com>
  • Loading branch information
shawnh2 committed Nov 10, 2023
1 parent ad38383 commit 8b5cc95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion site/content/en/latest/user/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ to access the limited resource in another domains. The browsers are supposed to
determine whether to send the actual request or not. The CORS filter only response to the preflight requests according to
its configuration. It won't deny any requests. The browsers are responsible for enforcing the CORS policy.

```shell

## Clean-Up

Expand Down
1 change: 0 additions & 1 deletion site/content/en/v0.6.0/user/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ to access the limited resource in another domains. The browsers are supposed to
determine whether to send the actual request or not. The CORS filter only response to the preflight requests according to
its configuration. It won't deny any requests. The browsers are responsible for enforcing the CORS policy.

```shell

## Clean-Up

Expand Down

0 comments on commit 8b5cc95

Please sign in to comment.