From fca53f5317e326d75de19d4ecca0355759460ebd Mon Sep 17 00:00:00 2001 From: Thlnking <2927874032@qq.com> Date: Thu, 15 Sep 2022 16:36:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=94=B9=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E8=A7=84=E5=88=99=E6=96=87=E6=A1=A3=E4=B8=AD=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E9=83=A8=E5=88=86=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thlnking <2927874032@qq.com> --- docs/docs/rules/match.md | 2 +- docs/docs/rules/match.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/rules/match.md b/docs/docs/rules/match.md index db9d395c..3829b793 100644 --- a/docs/docs/rules/match.md +++ b/docs/docs/rules/match.md @@ -66,7 +66,7 @@ http://test.com:8000 (test) It can also match all requests under the path, for example ``` -test.com/test/`(test)` +test.com/test/ (test) # The agreement can also be limited http://test.com/test/ (test) diff --git a/docs/docs/rules/match.zh-CN.md b/docs/docs/rules/match.zh-CN.md index fb2a601e..21e69a11 100644 --- a/docs/docs/rules/match.zh-CN.md +++ b/docs/docs/rules/match.zh-CN.md @@ -66,7 +66,7 @@ http://test.com:8000 (test) 也可以匹配路径下全部的请求,例如 ``` -test.com/test/ `(test)` +test.com/test/ (test) # 同样可以限定协议 http://test.com/test/ (test)