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 2019/02/13 01:58:42 UTC

[trafficserver] branch master updated: Fixed a typo in the background_fetch plugin section

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 40ee180  Fixed a typo in the background_fetch plugin section
40ee180 is described below

commit 40ee180af44d49e3eb0cc76577455d883df6c89e
Author: ocket8888 <oc...@gmail.com>
AuthorDate: Tue Feb 12 13:13:46 2019 -0700

    Fixed a typo in the background_fetch plugin section
---
 doc/admin-guide/plugins/background_fetch.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/plugins/background_fetch.en.rst b/doc/admin-guide/plugins/background_fetch.en.rst
index 3277e1f..2f62c19 100644
--- a/doc/admin-guide/plugins/background_fetch.en.rst
+++ b/doc/admin-guide/plugins/background_fetch.en.rst
@@ -54,7 +54,7 @@ of the original (Client) request under these conditions:
 - The response is a ``206`` response
 - The original client request, and the Origin server response, is clearly
   indicating that the response is cacheable. This uses the new API
-  c:func:`TSHttpTxnIsCacheable()`, which also implies honoring current
+  :c:func:`TSHttpTxnIsCacheable()`, which also implies honoring current
   Traffic Server configurations.