Skip to content

Commit fc187a0

Browse files
authored
Update contract-calls.mdx
1 parent a40c1e5 commit fc187a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/stack/interop/tutorials/contract-calls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function receiveBall(PingPongBall memory _ball) onlyCrossDomainCallback() extern
154154
```
155155

156156
* The handler simply stores reference to the received ball
157-
* The handler can only be invokable by the cross chain messenger
157+
* The handler can only be invocable by the cross chain messenger
158158
* Since the contract is self-referential, the cross chain sender must be the same contract address
159159

160160
### Hit the ball cross-chain

0 commit comments

Comments
 (0)