Skip to content

Commit 3e0afc3

Browse files
authored
Merge pull request #1407 from kilavvy/main
fix: typos in documentation files
2 parents 957ea3d + fc187a0 commit 3e0afc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

words.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ IERC
168168
IGNOREPRICE
169169
ignoreprice
170170
Immunefi
171-
implicity
171+
implicitly
172172
Inator
173173
inator
174174
INFLUXDBV

0 commit comments

Comments
 (0)