From 3a8aeeec03b72299a6c29e50d60b5358d7b81e03 Mon Sep 17 00:00:00 2001 From: Taylor Barrella Date: Sat, 25 May 2019 16:39:50 -0700 Subject: [PATCH] docs: add missing word Signed-off-by: Taylor Barrella --- docs/root/intro/arch_overview/listeners.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/intro/arch_overview/listeners.rst b/docs/root/intro/arch_overview/listeners.rst index 30717b38041f5..dee42bd45fa68 100644 --- a/docs/root/intro/arch_overview/listeners.rst +++ b/docs/root/intro/arch_overview/listeners.rst @@ -20,7 +20,7 @@ etc.). Listeners are optionally also configured with some number of :ref:`listener filters `. These filters are processed before the network level filters, and have the opportunity to manipulate the connection metadata, usually to influence how the -connection is processed later filters or clusters. +connection is processed by later filters or clusters. Listeners can also be fetched dynamically via the :ref:`listener discovery service (LDS) `.