Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ginuerzh committed Jul 31, 2024
1 parent d048323 commit 7fa6178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ services:
`rewriteBody.match` (string)
: 指定内容匹配模式(支持正则表达式)。

`rewrite.replacement` (string)
`rewriteBody.replacement` (string)
: 设置替换内容。

`rewriteBody.type` (string, default=text/html)
Expand Down
2 changes: 1 addition & 1 deletion en/docs/tutorials/reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ services:
`rewriteBody.match` (string)
: Specify content matching pattern (regular expressions are supported).

`rewrite.replacement` (string)
`rewriteBody.replacement` (string)
: Set the replacement content.

`rewriteBody.type` (string, default=text/html)
Expand Down

0 comments on commit 7fa6178

Please sign in to comment.