diff --git a/docs/tutorial/middleware.md b/docs/tutorial/middleware.md index b37ff75f1..9e348aa7b 100644 --- a/docs/tutorial/middleware.md +++ b/docs/tutorial/middleware.md @@ -28,8 +28,7 @@ The middleware function receives: !!! tip Have in mind that custom proprietary headers can be added using the 'X-' prefix. - But if you have custom headers that you want a client in a browser to be able to see, you need to add them to your CORS configurations ([CORS (Cross-Origin Resource Sharing) -](cors.md){.internal-link target=_blank}) using the parameter `expose_headers` documented in Starlette's CORS docs. + But if you have custom headers that you want a client in a browser to be able to see, you need to add them to your CORS configurations ([CORS (Cross-Origin Resource Sharing)](cors.md){.internal-link target=_blank}) using the parameter `expose_headers` documented in Starlette's CORS docs. ### Before and after the `response`