Skip to content

Commit

Permalink
Fix typo in crosschain.adoc (OpenZeppelin#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jun 6, 2022
1 parent 051cc9e commit f6cd803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/crosschain.adoc
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit f6cd803

Please sign in to comment.