From b8e454643f1e6ab3acab1d6d933784447f21a2af Mon Sep 17 00:00:00 2001 From: Conor Date: Mon, 13 Nov 2023 21:32:51 +1100 Subject: [PATCH] small doc fixes (#1365) Co-authored-by: Lucas Kent --- docs/src/transforms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/transforms.md b/docs/src/transforms.md index 1939d595a..987d19b88 100644 --- a/docs/src/transforms.md +++ b/docs/src/transforms.md @@ -531,7 +531,7 @@ Tee also exposes an optional HTTP API to switch which chain to use as the "resul # behavior: # SubchainOnMismatch: # - QueryTypeFilter: - # filter: Read + # DenyList: [Read] # - NullSink # The port that the HTTP API will listen on. @@ -546,7 +546,7 @@ Tee also exposes an optional HTTP API to switch which chain to use as the "resul # The sub chain to send duplicate messages through chain: - QueryTypeFilter: - filter: Read + DenyList: [Read] - NullSink ```