Skip to content

Commit

Permalink
docs: fix typo (envoyproxy#9340)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Argueta <dereka@pinterest.com>
Signed-off-by: Prakhar <prakhar_au@yahoo.com>
  • Loading branch information
derekargueta authored and prakhag1 committed Jan 3, 2020
1 parent f18714e commit 9f36169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/root/configuration/http/http_filters/cors_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The fraction of requests for which the filter is enabled can be configured via t
The fraction of requests for which the filter is enabled in shadow-only mode can be configured via
the :ref:`runtime_key <envoy_api_field_core.runtimefractionalpercent.runtime_key>` value of the
:ref:`shadow_enabled <envoy_api_field_route.CorsPolicy.shadow_enabled>` field. When enabled in
shadow-only node, the filter will evaluate the request's *Origin* to determine if it's valid but
shadow-only mode, the filter will evaluate the request's *Origin* to determine if it's valid but
will not enforce any policies.

.. note::
Expand Down
2 changes: 1 addition & 1 deletion docs/root/configuration/http/http_filters/csrf_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The fraction of requests for which the filter is enabled can be configured via t
The fraction of requests for which the filter is enabled in shadow-only mode can be configured via
the :ref:`runtime_key <envoy_api_field_core.runtimefractionalpercent.runtime_key>` value of the
:ref:`shadow_enabled <envoy_api_field_config.filter.http.csrf.v2.CsrfPolicy.shadow_enabled>` field.
When enabled in shadow-only node, the filter will evaluate the request's *Origin* and *Destination*
When enabled in shadow-only mode, the filter will evaluate the request's *Origin* and *Destination*
to determine if it's valid but will not enforce any policies.

.. note::
Expand Down

0 comments on commit 9f36169

Please sign in to comment.