From f6cd8032bafb867d6a83ef85158f587f9b561928 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 7 Jun 2022 06:20:23 +0900 Subject: [PATCH] Fix typo in crosschain.adoc (#3453) --- docs/modules/ROOT/pages/crosschain.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/crosschain.adoc b/docs/modules/ROOT/pages/crosschain.adoc index bcf71f175..001794a15 100644 --- a/docs/modules/ROOT/pages/crosschain.adoc +++ b/docs/modules/ROOT/pages/crosschain.adoc @@ -1,6 +1,6 @@ = Adding cross-chain support to contracts -If your contract is targetting to be used in the context of multichain operations, you may need specific tools to identify and process these cross-chain operations. +If your contract is targeting to be used in the context of multichain operations, you may need specific tools to identify and process these cross-chain operations. OpenZeppelin provides the xref:api:crosschain.adoc#CrossChainEnabled[`CrossChainEnabled`] abstract contract, that includes dedicated internal functions.