Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: pine3ree <[email protected]>
  • Loading branch information
pine3ree committed Jun 8, 2024
1 parent cf1d80e commit c2e9205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v1/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Introduction

This component creates CORS details for your application. If the
`CorsMiddleware` detects a `CORS preflight`, the middleware will start do detect
`CorsMiddleware` detects a `CORS preflight`, the middleware will start to detect
the proper `CORS` configuration. The `Router` is being used to detect every
allowed request method by executing a route match with all possible request
methods. Therefore, for every preflight request, there is at least one `Router`
Expand Down

0 comments on commit c2e9205

Please sign in to comment.