This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new fb2fd33743 Fix the boxes around rm-destination example (#11910)
fb2fd33743 is described below

commit fb2fd33743b5fae7cb0bb5e2ca511b6639e6dabd
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Dec 12 19:56:42 2024 -0800

    Fix the boxes around rm-destination example (#11910)
---
 doc/admin-guide/plugins/header_rewrite.en.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/admin-guide/plugins/header_rewrite.en.rst 
b/doc/admin-guide/plugins/header_rewrite.en.rst
index 5de3dc7695..7fa890d869 100644
--- a/doc/admin-guide/plugins/header_rewrite.en.rst
+++ b/doc/admin-guide/plugins/header_rewrite.en.rst
@@ -1383,12 +1383,12 @@ The following ruleset removes any query parameters set 
by the client.::
    cond %{REMAP_PSEUDO_HOOK}
    rm-destination QUERY
 
-Remove only a few select query parameters:
+Remove only a few select query parameters::
 
    cond %{REMAP_PSEUDO_HOOK}
    rm-destination QUERY foo,bar
 
-Keep only a few select query parameters -- removing the rest:
+Keep only a few select query parameters -- removing the rest::
 
    cond %{REMAP_PSEUDO_HOOK}
    rm-destination QUERY foo,bar [I]

Reply via email to