Revolyssup commented on code in PR #12435: URL: https://github.com/apache/apisix/pull/12435#discussion_r2237609649
########## docs/zh/latest/plugins/forward-auth.md: ########## @@ -202,7 +203,7 @@ curl -X PUT 'http://127.0.0.1:9180/apisix/admin/routes/auth' \ }' ``` -创建一个接受 POST 请求的路由,并使用 `forward-auth` 插件通过请求中的 `tenant_id` 调用身份验证端点。只有当身份验证检查返回 200 时,请求才会转发到上游服务。 +创建一个接受 POST 请求的路由,并使用“forward-auth”插件通过请求中的“tenant_id”调用身份验证端点。仅当身份验证检查返回 200 时,请求才会转发到上游服务。 Review Comment: fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org