moying2026 opened a new pull request, #13535: URL: https://github.com/apache/apisix/pull/13535
## Summary Fix two typos in the `regex_uri` example in proxy-rewrite documentation. ## Changes - `docs/en/latest/plugins/proxy-rewrite.md`: Fixed regex example - `docs/zh/latest/plugins/proxy-rewrite.md`: Fixed same regex example ## Issues Fixed 1. Extra space in regex capture groups: `(. *)` → `(.*)` 2. Missing opening quote for second pattern: `^/theothers/*"` → `"^/theothers/*"` Fixes #13283 ## Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features added to this PR - [x] I have updated the documentation to reflect this change - [x] I have verified that this change is backward compatible -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
