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)