Skip to content

Commit f493d12

Browse files
authored
Fix a typo in the "Hooks" section (#9898)
- `#recieve_hook` => `#receive_hook`
1 parent a26608a commit f493d12

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/standards/tokens/erc-1155

1 file changed

+1
-1
lines changed

src/content/developers/docs/standards/tokens/erc-1155/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To better understand this page, we recommend you first read about [token standar
2323
- [Batch Transfer](#batch_transfers): Transfer multiple assets in a single call.
2424
- [Batch Balance](#batch_balance): Get the balances of multiple assets in a single call.
2525
- [Batch Approval](#batch_approval): Approve all tokens to an address.
26-
- [Hooks](#recieve_hook): Receive tokens hook.
26+
- [Hooks](#receive_hook): Receive tokens hook.
2727
- [NFT Support](#nft_support): If supply is only 1, treat it as NFT.
2828
- [Safe Transfer Rules](#safe_transfer_rule): Set of rules for secure transfer.
2929

0 commit comments

Comments
 (0)