Fix typo (remove extra word) (#18855)

Docs Changes: Removes an extra word

Signed-off-by: Peter Jausovec <peter.jausovec@gmail.com>

Mirrored from https://github.com/envoyproxy/envoy @ dbb1f50ef340e565c5a495a17aac0afff5d9a4f9
pull/626/head
data-plane-api(Azure Pipelines) 3 years ago
parent 61688e4873
commit bd6e31fe1f
  1. 2
      envoy/extensions/formatter/metadata/v3/metadata.proto

@ -26,7 +26,7 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
// :ref:`Metadata <envoy_v3_api_msg_config.core.v3.Metadata>` info,
// where TYPE is type of metadata (see above for supported types),
// NAMESPACE is the filter namespace used when setting the metadata, KEY is an optional
// lookup up key in the namespace with the option of specifying nested keys separated by ':',
// lookup key in the namespace with the option of specifying nested keys separated by ':',
// and Z is an optional parameter denoting string truncation up to Z characters long.
// The data will be logged as a JSON string. For example, for the following ROUTE metadata:
//

Loading…
Cancel
Save