From 6d00281593f948023926bc38b9c1ea51cd42ba9e Mon Sep 17 00:00:00 2001 From: Tadashi Date: Wed, 1 Jun 2022 22:26:39 +0200 Subject: [PATCH] Fix typo in README.adoc (#3445) Fix typo and link --- contracts/crosschain/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/crosschain/README.adoc b/contracts/crosschain/README.adoc index 2fce20320f7..266b1530fb4 100644 --- a/contracts/crosschain/README.adoc +++ b/contracts/crosschain/README.adoc @@ -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}} @@ -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}}