From c2e92053c76d58b8f721f797f79a93d0fda35db0 Mon Sep 17 00:00:00 2001 From: pine3ree Date: Sat, 8 Jun 2024 13:45:22 +0200 Subject: [PATCH] Fix typo Signed-off-by: pine3ree --- docs/book/v1/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/v1/intro.md b/docs/book/v1/intro.md index e5af174..165a348 100644 --- a/docs/book/v1/intro.md +++ b/docs/book/v1/intro.md @@ -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`