From 08397e07f19f654cfaa642e99fce29477da0e40f Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 2 Aug 2019 09:32:08 +0200 Subject: [PATCH] doc: fix typos in geoip doc --- doc/userguide/rules/header-keywords.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/userguide/rules/header-keywords.rst b/doc/userguide/rules/header-keywords.rst index 8ded4c41b2..240a5a52e5 100644 --- a/doc/userguide/rules/header-keywords.rst +++ b/doc/userguide/rules/header-keywords.rst @@ -154,8 +154,8 @@ direction you would like to match ====== ============================================================= Option Description ====== ============================================================= -both Both directions have to match with the given geoip (geopip's) -any One of the directions have to match with the given geoip ('s). +both Both directions have to match with the given geoip(s) +any One of the directions has to match with the given geoip(s). dest If the destination matches with the given geoip. src The source matches with the given geoip. ====== =============================================================