]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Typo fixed "it" should be "is"
authorAnubhav <hawkanubhav@gmail.com>
Thu, 14 Oct 2021 16:58:25 +0000 (22:28 +0530)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Oct 2021 06:22:15 +0000 (08:22 +0200)
This patch was proposed in GitHub PR #1415.

Reviewed-by: Tim Duesterhus <tim@bastelstu.be>
doc/configuration.txt

index d90c39e66aad56412f33c33b94f07eef9b682676..20c0f7454291d017cad4bb13af6b81dfca74223f 100644 (file)
@@ -12528,7 +12528,7 @@ tcp-request session <action> [{if | unless} <condition>]
   it is possible to evaluate some conditions to decide whether this session
   must be accepted or dropped or have its counters tracked. Those conditions
   cannot make use of any data contents because no buffers are allocated yet and
-  the processing cannot wait at this stage. The main use case it to copy some
+  the processing cannot wait at this stage. The main use case is to copy some
   early information into variables (since variables are accessible in the
   session), or to keep track of some information collected after the handshake,
   such as SSL-level elements (SNI, ciphers, client cert's CN) or information