-
Notifications
You must be signed in to change notification settings - Fork 190
Description
Describe the bug
/scroll-tech/scroll-documentation/src/content/docs/en/developers/l1-and-l2-bridging/eth-and-erc20-token-bridge.mdx
Typo in line 36: "L2ScrollMessagner" instead of "L2ScrollMessenger"
/scroll-tech/scroll-documentation/src/content/docs/en/developers/l1-and-l2-bridging/erc1155-token-bridge.mdx
Typo in line 161: "th" instead of "the"
To Reproduce
- For first typo go to '
Line 36 in bcd0b2e
When a new block gets created on L1, the Watcher will detect the message on the `L1MessageQueue` and will pass it to the Relayer service, which will submit the transaction to the L2 via the l2geth node. Finally, the l2geth node will pass the transaction to the `L2ScrollMessagner` contract for execution on L2. - For second typo go to '
scroll-documentation/src/content/docs/en/developers/l1-and-l2-bridging/erc1155-token-bridge.mdx
Line 161 in bcd0b2e
| \_l1Token | The address of th ERC1155 token in L1. | - See errors
URLs
Line 36 in bcd0b2e
When a new block gets created on L1, the Watcher will detect the message on the `L1MessageQueue` and will pass it to the Relayer service, which will submit the transaction to the L2 via the l2geth node. Finally, the l2geth node will pass the transaction to the `L2ScrollMessagner` contract for execution on L2. scroll-documentation/src/content/docs/en/developers/l1-and-l2-bridging/erc1155-token-bridge.mdx
Line 161 in bcd0b2e
| \_l1Token | The address of th ERC1155 token in L1. |
Expected behavior
No response
Additional context
I've created a pull request to fix those typos