From 57272f88c6c523ac37f232bbe892b0fb72b780c4 Mon Sep 17 00:00:00 2001 From: Le Yao Date: Fri, 8 Oct 2021 02:23:32 -0400 Subject: [PATCH] Version document wrong spelling Signed-off-by: Le Yao --- docs/root/version_history/v1.19.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/version_history/v1.19.0.rst b/docs/root/version_history/v1.19.0.rst index b140783741638..16f8c8b86068a 100644 --- a/docs/root/version_history/v1.19.0.rst +++ b/docs/root/version_history/v1.19.0.rst @@ -117,7 +117,7 @@ New Features * jwt_authn: added support to add padding in the forwarded JWT payload specified by :ref:`pad_forward_payload_header `. * listener: added ability to change an existing listener's address. * listener: added filter chain match support for :ref:`direct source address `. -* local_rate_limit_filter: added suppoort for locally rate limiting http requests on a per connection basis. This can be enabled by setting the :ref:`local_rate_limit_per_downstream_connection ` field to true. +* local_rate_limit_filter: added support for locally rate limiting http requests on a per connection basis. This can be enabled by setting the :ref:`local_rate_limit_per_downstream_connection ` field to true. * metric service: added support for sending metric tags as labels. This can be enabled by setting the :ref:`emit_tags_as_labels ` field to true. * proxy protocol: added support for generating the header while using the :ref:`HTTP connection manager `. This is done using the :ref:`Proxy Protocol Transport Socket ` on upstream clusters. This feature is currently affected by a memory leak `issue `_.