From 635a827fb65a1210d10e665baaf24fe44408bca5 Mon Sep 17 00:00:00 2001 From: "Floyd.Lin" Date: Wed, 17 Apr 2024 18:35:09 +0800 Subject: [PATCH] Update withdraw-gateways.mdx fix the typo of mistyped L2 and L1 --- src/content/docs/en/technology/bridge/withdraw-gateways.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/technology/bridge/withdraw-gateways.mdx b/src/content/docs/en/technology/bridge/withdraw-gateways.mdx index 2a664034f..2c220f3f7 100644 --- a/src/content/docs/en/technology/bridge/withdraw-gateways.mdx +++ b/src/content/docs/en/technology/bridge/withdraw-gateways.mdx @@ -59,7 +59,7 @@ The withdrawal of ETH token works as follows. The withdraw of ERC20 tokens works as follows. -1. To withdraw ERC20 tokens from L1 to L2, users can use `L2GatewayRouter.withdrawERC20` and `L2GatewayRouter.withdrawERC20AndCall` showed below. +1. To withdraw ERC20 tokens from L2 to L1, users can use `L2GatewayRouter.withdrawERC20` and `L2GatewayRouter.withdrawERC20AndCall` showed below. ```solidity function withdrawERC20(address _token, uint256 _amount, uint256 _gasLimit) external payable;