From bf4e977c147a647d3e352f7b3e481425905f456b Mon Sep 17 00:00:00 2001 From: zhoujiaweii Date: Fri, 29 Aug 2025 17:47:47 +0800 Subject: [PATCH] chore: fix some minor issues in comments Signed-off-by: zhoujiaweii --- operators/ibc-relayer.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operators/ibc-relayer.mdx b/operators/ibc-relayer.mdx index 0146a2c79..fdd434232 100644 --- a/operators/ibc-relayer.mdx +++ b/operators/ibc-relayer.mdx @@ -179,7 +179,7 @@ trust_threshold = { numerator = '1', denominator = '3' } [chains.packet_filter] policy = 'allow' list = [ - # allow relaying only for chanels created by a certain contract + # allow relaying only for channels created by a certain contract ['icacontroller-neutron14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9s5c2epq*', '*'], ] @@ -210,7 +210,7 @@ trust_threshold = { numerator = '1', denominator = '3' } [chains.packet_filter] policy = 'allow' list = [ - # allow relaying only for chanels created by a certain contract + # allow relaying only for channels created by a certain contract ['icacontroller-neutron14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9s5c2epq*', '*'], ] ```