You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/stack/interop/architecture.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The second transaction creates an *executing message* on the destination chain.
78
78
This executing message could result in a contract function being executed on the destination chain.
79
79
80
80
The initiating message is simply a log event.
81
-
Any log event on any chain that inteoperates with the destination can initiate a cross domain message.
81
+
Any log event on any chain that interoperates with the destination can initiate a cross domain message.
82
82
83
83
The transaction that receives the message on the destination chain calls a contract called [`CrossL2Inbox`](https://specs.optimism.io/interop/predeploys.html#crossl2inbox).
84
84
This call can be at the top level, directly from the externally owned account, or come through a smart contract.
0 commit comments