You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/07/13 20:32:42 UTC

[trafficserver] branch 9.1.x updated: Doc: Now's Minute invocation error (#7990)

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

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


The following commit(s) were added to refs/heads/9.1.x by this push:
     new eb3b5c2  Doc: Now's Minute invocation error (#7990)
eb3b5c2 is described below

commit eb3b5c2a367ef4ca9846db53067f7e94d66bcc80
Author: mlibbey <ml...@apache.org>
AuthorDate: Fri Jun 25 08:17:30 2021 -0700

    Doc: Now's Minute invocation error (#7990)
    
    (cherry picked from commit aa0ce6317d161403e45a34d28702ab6a8cb490c7)
---
 doc/admin-guide/plugins/header_rewrite.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/plugins/header_rewrite.en.rst b/doc/admin-guide/plugins/header_rewrite.en.rst
index 709653c..678fb55 100644
--- a/doc/admin-guide/plugins/header_rewrite.en.rst
+++ b/doc/admin-guide/plugins/header_rewrite.en.rst
@@ -418,7 +418,7 @@ values, such as year, month etc.
     %{NOW:MONTH}     Current month (0-11, 0 == January)
     %{NOW:DAY}       Current day of the month (1-31)
     %{NOW:HOUR}      Current hour (0-23, in the 24h system)
-    %{NOW:MIN}       Current minute (0-59}
+    %{NOW:MINUTE}    Current minute (0-59}
     %{NOW:WEEKDAY}   Current weekday (0-6, 0 == Sunday)
     %{NOW:YEARDAY}   Current day of the year (0-365, 0 == Jan 1st)