[master] 762a52de6 doc: Fix broken sentence

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Mar 10 21:26:12 UTC 2021


commit 762a52de6fd9eb0247a2c08275bf8db4b66941b4
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Wed Mar 10 22:24:07 2021 +0100

    doc: Fix broken sentence
    
    Better diff with the --word-diff --ignore-all-space options.

diff --git a/doc/sphinx/reference/varnish-cli.rst b/doc/sphinx/reference/varnish-cli.rst
index 80f9145d3..2cb1a9f3b 100644
--- a/doc/sphinx/reference/varnish-cli.rst
+++ b/doc/sphinx/reference/varnish-cli.rst
@@ -312,9 +312,9 @@ active until all its transactions are over.
 
 Over time, if you often refresh your VCL and keep the previous
 versions around, resource consumption will increase, you can't escape
-that. However, most of the time you want only one to pay the price only
-for the active VCL and keep older VCLs in case you'd need to rollback
-to a previous version.
+that. However, most of the time you want to pay the price only for the
+active VCL and keep older VCLs in case you'd need to rollback to a
+previous version.
 
 The VCL temperature allows you to minimize the footprint of inactive
 VCLs. Once a VCL becomes cold, Varnish will release all the resources


More information about the varnish-commit mailing list