Skip to content

Commit

Permalink
fix typo (#1434)
Browse files Browse the repository at this point in the history
fix typo

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
gnongs and crodriguezvega committed Jun 1, 2022
1 parent b9a9502 commit e193365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ibc/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protocol. Then the document goes into detail on the abstraction layer most relev
developers (channels and ports), and describes how to define your own custom packets, and
`IBCModule` callbacks.

To have your module interact over IBC you must: bind to a port(s), define your own packet data and acknolwedgement structs as well as how to encode/decode them, and implement the
To have your module interact over IBC you must: bind to a port(s), define your own packet data and acknowledgement structs as well as how to encode/decode them, and implement the
`IBCModule` interface. Below is a more detailed explanation of how to write an IBC application
module correctly.

Expand Down

0 comments on commit e193365

Please sign in to comment.