We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794aa09 commit fe06528Copy full SHA for fe06528
src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx
@@ -65,7 +65,7 @@ The `L2ERC721Gateway` contract is used to send tokens from L2 to L1. Before brid
65
66
<Aside type="caution" title="">
67
**Make sure the transaction won't revert on L1** while sending from L2. There is no way to recover the NFT bridged if
68
- you're transaction reverts on L1. All assets are burnt on L2 when the transaction is sent, and it's impossible to mint
+ your transaction reverts on L1. All assets are burnt on L2 when the transaction is sent, and it's impossible to mint
69
them again.
70
</Aside>
71
0 commit comments