Skip to content

Commit 298a65c

Browse files
committed
Fix typos in packages/data-edge/README.md
1 parent 18e1486 commit 298a65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-edge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A DataEdge contract is used to store arbitrary data on-chain on any EVM compatible blockchain. A subgraph can then read all the calldata sent to a particular contract, decode it and update the subgraph state accordingly.
44

5-
The DataEdge accepts any function call by using a fallback function that will not revert. It is up to the implementor to define the calldata format as well as how to decode it.
5+
The DataEdge accepts any function call by using a fallback function that will not revert. It is up to the implementer to define the calldata format as well as how to decode it.
66

77
### Additional Considerations
88

0 commit comments

Comments
 (0)