[master] e8257e1 grammar nit
Nils Goroll
nils.goroll at uplex.de
Thu Sep 15 09:16:10 CEST 2016
commit e8257e1c1523c666aa1add4e4f68d90b5966187b
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Thu Sep 15 09:14:54 2016 +0200
grammar nit
diff --git a/doc/sphinx/whats-new/changes-5.0.rst b/doc/sphinx/whats-new/changes-5.0.rst
index b8682db..ee70fd2 100644
--- a/doc/sphinx/whats-new/changes-5.0.rst
+++ b/doc/sphinx/whats-new/changes-5.0.rst
@@ -151,7 +151,7 @@ but not out-of-the-box:
* For misses, core code still calls the equivalent of ``set
bereq.method = "GET"`` before calling ``vcl_backend_fetch``, so to
make a backend request with the original request method, it needs to
- saved in ``vcl_recv`` and restored in ``vcl_backend_fetch``.
+ be saved in ``vcl_recv`` and restored in ``vcl_backend_fetch``.
* Care should be taken to choose an appropriate cache key and/or Vary
criteria. Adding the request body to the cache key is not possible
More information about the varnish-commit
mailing list