We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40c1e5 commit fc187a0Copy full SHA for fc187a0
pages/stack/interop/tutorials/contract-calls.mdx
@@ -154,7 +154,7 @@ function receiveBall(PingPongBall memory _ball) onlyCrossDomainCallback() extern
154
```
155
156
* The handler simply stores reference to the received ball
157
-* The handler can only be invokable by the cross chain messenger
+* The handler can only be invocable by the cross chain messenger
158
* Since the contract is self-referential, the cross chain sender must be the same contract address
159
160
### Hit the ball cross-chain
0 commit comments