From d97f1268de7eb47fd926cd0815be2df5851d34f2 Mon Sep 17 00:00:00 2001 From: lido333 Date: Mon, 17 Jun 2024 23:30:17 +0800 Subject: [PATCH] Update adr-015-ibc-packet-receiver.md (#6620) --- docs/architecture/adr-015-ibc-packet-receiver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-015-ibc-packet-receiver.md b/docs/architecture/adr-015-ibc-packet-receiver.md index 48ebe1be757e..ad220f35d4d4 100644 --- a/docs/architecture/adr-015-ibc-packet-receiver.md +++ b/docs/architecture/adr-015-ibc-packet-receiver.md @@ -167,7 +167,7 @@ which will make the channel unable to proceed. under the routing module specification. Instead of define each channel handshake callback functions, application modules can provide `ChannelChecker` function with the `AppModule` which will be injected to `ChannelKeeper.Port()` at the top level application. -`CheckOpen` will find the correct `ChennelChecker` using the +`CheckOpen` will find the correct `ChannelChecker` using the `PortID` and call it, which will return an error if it is unacceptable by the application. The `ProofVerificationDecorator` will be inserted to the top level application.