From 9a2dd1acca3a64e3c6a13e6ec4ef49d562f722f0 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Mon, 11 Jul 2022 15:26:38 +0000 Subject: [PATCH] Fix typo in docs for wasm proxy configuration (#22030) Signed-off-by: Anuraag Agrawal Mirrored from https://github.com/envoyproxy/envoy @ ef9d6de7128b2fd8b7377e5be7f33696a2881f0d --- envoy/extensions/wasm/v3/wasm.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/extensions/wasm/v3/wasm.proto b/envoy/extensions/wasm/v3/wasm.proto index acb5a179..444a8501 100644 --- a/envoy/extensions/wasm/v3/wasm.proto +++ b/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.