Fix typo in docs for wasm proxy configuration (#22030)

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>

Mirrored from https://github.com/envoyproxy/envoy @ ef9d6de7128b2fd8b7377e5be7f33696a2881f0d
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent fb9cfa73fa
commit 9a2dd1acca
  1. 2
      envoy/extensions/wasm/v3/wasm.proto

@ -137,7 +137,7 @@ message PluginConfig {
}
// Filter/service configuration used to configure or reconfigure a plugin
// (proxy_on_configuration).
// (``proxy_on_configure``).
// ``google.protobuf.Struct`` is serialized as JSON before
// passing it to the plugin. ``google.protobuf.BytesValue`` and
// ``google.protobuf.StringValue`` are passed directly without the wrapper.

Loading…
Cancel
Save