Skip to content

Commit

Permalink
Fix typo in README.adoc (#3445)
Browse files Browse the repository at this point in the history
Fix typo and link
  • Loading branch information
htadashi committed Jun 1, 2022
1 parent 2b0b0bb commit 6d00281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/crosschain/README.adoc
Expand Up @@ -9,7 +9,7 @@ This directory provides building blocks to improve cross-chain awareness of smar
== CrossChainEnabled specializations

The following specializations of {CrossChainEnabled} provide implementations of the {CrossChainEnabled} abstraction for specific bridges. This can be used to complexe cross-chain aware components such as {AccessControlCrossChain}.
The following specializations of {CrossChainEnabled} provide implementations of the {CrossChainEnabled} abstraction for specific bridges. This can be used to complex cross-chain aware components such as {AccessControlCrossChain}.

{{CrossChainEnabledAMB}}

Expand All @@ -23,7 +23,7 @@ The following specializations of {CrossChainEnabled} provide implementations of

== Libraries for cross-chain

In addition to the {CrossChainEnable} abstraction, cross-chain awareness is also available through libraries. These libraries can be used to build complex designs such as contracts with the ability to interact with multiple bridges.
In addition to the {CrossChainEnabled} abstraction, cross-chain awareness is also available through libraries. These libraries can be used to build complex designs such as contracts with the ability to interact with multiple bridges.

{{LibAMB}}

Expand Down

0 comments on commit 6d00281

Please sign in to comment.