Skip to content

Commit 3f507b5

Browse files
authored
Update withdraw-gateways.mdx (#231)
fix the typo of mistyped L2 and L1
1 parent 1673f8e commit 3f507b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/technology/bridge/withdraw-gateways.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The withdrawal of ETH token works as follows.
5959

6060
The withdraw of ERC20 tokens works as follows.
6161

62-
1. To withdraw ERC20 tokens from L1 to L2, users can use `L2GatewayRouter.withdrawERC20` and `L2GatewayRouter.withdrawERC20AndCall` showed below.
62+
1. To withdraw ERC20 tokens from L2 to L1, users can use `L2GatewayRouter.withdrawERC20` and `L2GatewayRouter.withdrawERC20AndCall` showed below.
6363

6464
```solidity
6565
function withdrawERC20(address _token, uint256 _amount, uint256 _gasLimit) external payable;

0 commit comments

Comments
 (0)