diff --git a/documentation/projects/proposals/proxy_frontend_api_requests/20241202-implementation_plan_proxy_frontend_api_requests_ip.md b/documentation/projects/proposals/proxy_frontend_api_requests/20241202-implementation_plan_proxy_frontend_api_requests_ip.md index 2a7f70f4e4..a385f30c03 100644 --- a/documentation/projects/proposals/proxy_frontend_api_requests/20241202-implementation_plan_proxy_frontend_api_requests_ip.md +++ b/documentation/projects/proposals/proxy_frontend_api_requests/20241202-implementation_plan_proxy_frontend_api_requests_ip.md @@ -178,8 +178,8 @@ Add `proxy_requests` feature flag to `frontend/feat/feature-flags.json`: Add the initial rate limiting to the Nuxt server routes (`/api/**`) in the infrastructure repository (_maintainers only_). -Cloudflare rules consist of two parts: the **expression** to match the request and -the **action** to take when the request matches the expression [^3]. +Cloudflare rules consist of two parts: the **expression** to match the request +and the **action** to take when the request matches the expression [^3]. #### Expression