You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2021/01/15 05:51:31 UTC

[trafficserver] branch master updated: Doc: Fix typo in negative_revalidating_lifetime (#7427)

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

masaori 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 95b8d57  Doc: Fix typo in negative_revalidating_lifetime (#7427)
95b8d57 is described below

commit 95b8d575af8a95f722c13851ca0400bddb465b51
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Fri Jan 15 14:51:08 2021 +0900

    Doc: Fix typo in negative_revalidating_lifetime (#7427)
---
 doc/admin-guide/files/records.config.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index 8ec7b22..6f78682 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1703,7 +1703,7 @@ Negative Response Caching
 
 .. ts:cv:: CONFIG proxy.config.http.negative_revalidating_lifetime INT 1800
 
-   How long, in seconds, to consider a stale cached document valid if If
+   How long, in seconds, to consider a stale cached document valid if
    :ts:cv:`proxy.config.http.negative_revalidating_enabled` is enabled and |TS| receives a negative
    (``5xx`` only) response from the origin server during revalidation.