Skip to content

Commit f52c7e2

Browse files
api: missing period
1 parent e656f11 commit f52c7e2

File tree

1 file changed

+1
-1
lines changed
  • website/src/pages/en/subgraphs/developing/creating/graph-ts

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/graph-ts/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ export function handleTransfer(event: TransferEvent) {
496496
}
497497
```
498498

499-
`Transfer` is aliased to `TransferEvent` here to avoid a naming conflict with the entity type
499+
`Transfer` is aliased to `TransferEvent` here to avoid a naming conflict with the entity type.
500500

501501
As long as the `ERC20Contract` on Ethereum has a public read-only function called `symbol`, it can be called with `.symbol()`. For public state variables a method with the same name is created automatically.
502502

0 commit comments

Comments
 (0)